NDIS_PNP_CAPABILITIES (Windows Embedded CE 6.0)
1/6/2010
OID_PNP_CAPABILITIES 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. The wake-up capabilities are formatted as an NDIS_PNP_CAPABILITIES structure, which is defined as follows:
Syntax
typedef struct _NDIS_PNP_CAPABILITIES {
ULONG Flags;
NDIS_PM_WAKE_UP_CAPABILITIES WakeUpCapabilities;
} NDIS_PNP_CAPABILITIES, *PNDIS_PNP_CAPABILITIES;
Members
Flags
NDIS_DEVICE_WAKE_UP_ENABLENDIS sets this flag if the underlying miniport supports one or more wake-up capabilities. Protocol drivers can test this flag to determine whether an underlying miniport has wake-up capabilities. Miniport drivers should not access this flag.
- WakeUpCapabilities
An NDIS_PM_WAKE_UP_CAPABILITIES structure that specifies the wake-up capabilities of the miniport's NIC.
Requirements
Header | ntddndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Structures
NDIS_PM_WAKE_UP_CAPABILITIES
OID_PNP_CAPABILITIES