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

kernel32

.
Summary
.

static extern bool GetDevicePowerState(IntPtr hDevice, out bool pfOn);

.

    bool result = GetDevicePowerState(hFile, out fOn);

.
Documentation
[GetDevicePowerState] on MSDN

 
Access PInvoke.net directly from VS: