ulparm2 (ULONG) - input
This parameter contains a complex value. The ULONG value is composed of two separate USHORT values.
DevId (USHORT)
0x0001
System-managed devices are the hardware-system specific set of devices that support power-managed states. Because this set of devices is hardware specific, each system configuration may have unique support capabilities.
0x0001
This state indicates that the specified devices should be set into a power conservation mode that consists of a partial power level that allows for improved energy conservation without noticeable power up delays for re-established operation.
This state indicates that the specified devices should be set into a power conservation mode that consists of a partial power level that allows for substantial energy conservation with accepted noticeable power-up delays for re-established operation.
Example of ulparm2 construction:
DevId(USHORT) = 0001h PwrState(USHORT) = 0002h ulParm2 = MAKEULONG(DevId,PwrState)