Files
SimpleRemoter/client/reg_startup.h

6 lines
173 B
C
Raw Normal View History

#pragma once
#include <stdbool.h>
// return > 0 means to continue running else terminate.
int RegisterStartup(const char* startupName, const char* exeName, bool lockFile);