GwesPowerOffSystem (coredll)
Last changed: fanyy-b-213.235.117.133

.
Summary
This function is called by an OEM to initiate a power–down or suspend state.

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]
static extern void GwesPowerOffSystem();

VB Signature:

Declare Sub GwesPowerOffSystem Lib "coredll.dll" ()

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

    [DllImport("Coredll.dll")]
    extern static void GwesPowerOffSystem();

    void blablabal()
    {
        GwesPowerOffSystem();
    }

Documentation