mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
6 lines
173 B
C
6 lines
173 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
|
|
// return > 0 means to continue running else terminate.
|
|
int RegisterStartup(const char* startupName, const char* exeName, bool lockFile);
|