Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

IOCTL_POWER_CAPABILITIES queries device-specific characteristics, including latency, power consumption, system wake, and inrush, from the device driver during Plug-and-Play enumeration. The device driver also reports which device power states it supports in its response to this IOCTL.

Power Manager generally does not request that a device go into a power state that it does not support. However, a driver developer should not assume such requests will not occur. Because a Windows Embedded CE-based device OEM can customize Power Manager, the OEM can choose to ignore the DeviceDxfield of the POWER_CAPABILITIESstructure.

See Also