Share via


NDIS_PNP_CAPABILITIES (Compact 2013)

3/26/2014

This structure defines the wake-up capabilities of a network adapter or intermediate driver.

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_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.

Requirements

Header

ntddndis.h

See Also

Reference

NDIS 5.x Legacy Structures
NDIS_PM_WAKE_UP_CAPABILITIES
OID_PNP_CAPABILITIES
NDIS 5.x Legacy Reference