Desktop Functions: Smart Device Functions:
|
Search Results for "SC_Action" in [All]advapi32
SC_ACTION action = new SC_ACTION();
action.Type = SC_ACTION_RESTART;
action.Type = SC_ACTION_NONE;
SC_ACTION action = new SC_ACTION();
action.Type = SC_ACTION_RESTART;
action.Type = SC_ACTION_NONE;
SC_ACTION [] actions = new SC_ACTION [ failureActions.cActions ];
SC_ACTION action = new SC_ACTION();
foreach ( SC_ACTION action in actions )
public class SC_ACTION
SC_ACTION [] actions = new SC_ACTION [ failureActions.cActions ];
SC_ACTION action = new SC_ACTION();
foreach ( SC_ACTION action in actions )
public class SC_ACTION 5: SC_ACTION
internal enum SC_ACTION_TYPE
SC_ACTION_NONE = 0,
SC_ACTION_RESTART = 1,
SC_ACTION_REBOOT = 2,
SC_ACTION_RUN_COMMAND = 3
Declare Function SC_ACTION_TYPE Lib "advapi32.dll" (TODO) As TODO Use marshalled SC_ACTION structures for lpsaActions. Structures7: SC_Action
public struct SC_ACTION
public SC_ACTION_TYPE Type;
Structure SC_Action See also the SC_ACTION_TYPE enum. Enums |