NDIS_PNP_CAPABILITIES (Windows CE 5.0)

Send Feedback

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:

typedef struct _NDIS_PNP_CAPABILITIES {  ULONGFlags;  NDIS_PM_WAKE_UP_CAPABILITIESWakeUpCapabilities;} NDIS_PNP_CAPABILITIES, *PNDIS_PNP_CAPABILITIES;

Members

  • Flags
    NDIS_DEVICE_WAKE_UP_ENABLE

    NDIS 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.

See Also

NDIS_PM_WAKE_UP_CAPABILITIES | OID_PNP_CAPABILITIES

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.