-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_GetRunOnStartup
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Check if a registered application name is set to run on system startup.
bool MTY_GetRunOnStartup(
const char * name
);
name
(const char *
)
The application name set via MTY_SetRunOnStartup
.
bool
Registered application name is set to run on system startup.