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

powrprof

.

    public static extern UInt32 PowerGetActiveScheme(IntPtr UserRootPowerKey, ref IntPtr ActivePolicyGuid);

.

    Declare Function PowerGetActiveScheme Lib "powrprof.dll" (ByVal UserRootPowerKey As IntPtr, ByRef ActivePolicyGuid As IntPtr) As Integer

.

        uint res = PowerGetActiveScheme(IntPtr.Zero, ref ptrActiveGuid);

.
Documentation
[PowerGetActiveScheme] on MSDN
.

        uint res = PowerGetActiveScheme(IntPtr.Zero, ref ptrActiveGuid);


 
Access PInvoke.net directly from VS: