@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("powrprof", SetLastError=true)] static extern bool ReadGlobalPwrPolicy(out GLOBAL_POWER_POLICY pGlobalPowerPolicy); !!!!VB.Net Signature: <DllImport("powrprof.dll", SetLastError:=True)> Private Shared Function ReadGlobalPwrPolicy(ByRef pGlobalPowerPolicy As GLOBAL_POWER_POLICY) As Boolean End Function !!!!VB Signature: Declare Function ReadGlobalPwrPolicy Lib "powrprof" (ByRef pGlobalPowerPolicy As GLOBAL_POWER_POLICY) As Boolean !!!!User-Defined Types: [GLOBAL_POWER_POLICY] !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: ReadGlobalPwrPolicy@msdn on MSDN
Edit powrprof.ReadGlob...
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.