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

powrprof

.

static extern bool DevicePowerEnumDevices(uint queryIndex, QueryInterpretationFlags queryInterpretationFlags, QueryFlags queryFlags, IntPtr pReturnBuffer, ref uint pBufferSize);

.

QueryInterpretationFlags, QueryFlags

.

            (result = DevicePowerEnumDevices(index, QueryInterpretationFlags.DEVICEPOWER_FILTER_DEVICES_PRESENT, QueryFlags.PDCAP_D2_SUPPORTED, ptrBuffer, ref size)) != false)

.

    private enum QueryInterpretationFlags : uint

.

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

.
Documentation
[QueryInterpretationFlags] on MSDN

 
Access PInvoke.net directly from VS: