Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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

.

    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

.
Documentation
[SC_ACTION_TYPE] on MSDN
.

Use marshalled SC_ACTION structures for lpsaActions.

Structures

.

        public struct SC_ACTION

.

            public SC_ACTION_TYPE Type;

.

Structure SC_Action

.

See also the SC_ACTION_TYPE enum.

.
Documentation
[SC_Action] on MSDN

Enums

.

        public enum SC_ACTION_TYPE

.

    Public Enum SC_ACTION_TYPE As Integer

.
Documentation
[SC_ACTION_TYPE] on MSDN

 
Access PInvoke.net directly from VS: