@msdn=http://msdn.microsoft.com/en-us/library/aa912858.aspx @pinvoke=http://pinvoke.net/$$$.htm 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: GwesPowerOffSystem@msdn on MSDN
Edit coredll.GwesPower...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.