Plug and Play and Power Management Object Identifiers (Windows Embedded CE 6.0)

1/6/2010

The following table shows the Plug and Play and Power Management object identifiers with a description of the purpose of each.

Programming element Description

OID_PNP_ADD_WAKE_UP_PATTERN

A protocol driver sends this object to a miniport to specify a wake-up pattern.

OID_PNP_CAPABILITIES

This object requests a miniport to return the wake-up capabilities of its NIC or requests an intermediate driver to return the intermediate driver's wake-up capabilities.

OID_PNP_ENABLE_WAKE_UP

This object specifies which wake-up capabilities a miniport should enable in its NIC.

OID_PNP_QUERY_POWER

This object requests the miniport to indicate whether it can transition its NIC to the low-power state specified in the InformationBuffer of an associated NdisRequest query.

OID_PNP_REMOVE_WAKE_UP_PATTERN

This object requests the miniport to delete a wake-up pattern that it previously received in an OID_PNP_ADD_WAKE_UP_PATTERN request.

OID_PNP_SET_POWER

This object notifies a miniport that its NIC will be transitioning to the device power state specified in the InformationBuffer of an associated NdisRequest query.

OID_PNP_WAKE_UP_ERROR

This object indicates the number of false wake-ups signaled by the miniport's NIC.

OID_PNP_WAKE_UP_OK

This object indicates the number of valid wake-ups signaled by the miniport's NIC.

OID_PNP_WAKE_UP_PATTERN_LIST

A protocol uses this object to request a list of the all the wake-up patterns currently set for the miniport's NIC.

See Also

Reference

Network Driver Object Identifiers