Skip to content

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
);

Parameters

name (const char *)

The application name set via MTY_SetRunOnStartup.

Return value

bool

Registered application name is set to run on system startup.

Platform support

Windows  

See also

Module: System

Clone this wiki locally