InitiateSystemShutdownEx (advapi32)
Last changed: -66.202.195.25

.
Summary
TODO - a short description

C# Signature:

[DllImport("advapi32.dll", CharSet=CharSet.Auto, SetLastError=true)]
public static extern bool InitiateSystemShutdownEx(
    string lpMachineName,
    string lpMessage,
    uint dwTimeout,
    bool bForceAppsClosed,
    bool bRebootAfterShutdown,
    uint dwReason);

VB Signature:

Not Entered

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

None

Sample Code:

None

Alternative Managed API:

None

Documentation