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 "GetCurrentPowerPolicies" in [All]

powrprof

.

This is obsolete on Vista. Try GetCurrentPowerPolicies() to get information on both XP and Vista.

.

static extern bool GetCurrentPowerPolicies(out GLOBAL_POWER_POLICY pGlobalPowerPolicy,

.

Declare Function GetCurrentPowerPolicies Lib "powrprof.dll" (TODO) As TODO

.

if (!GetCurrentPowerPolicies(out gpp, out pp))

.
Documentation
[GetCurrentPowerPolicies] on MSDN

 
Access PInvoke.net directly from VS: