mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-24 08:13:09 +08:00
5 lines
137 B
C
5 lines
137 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// return > 0 means to continue running else terminate.
|
||
|
|
int RegisterStartup(const char* startupName, const char* exeName);
|