NDIS_POLL_NOTIFICATION structure (poll.h)
The NDIS_POLL_NOTIFICATION structure contains the interrupt state associated with a Poll object.
Syntax
typedef struct _NDIS_POLL_NOTIFICATION {
NDIS_OBJECT_HEADER Header;
BOOLEAN Enabled;
} NDIS_POLL_NOTIFICATION;
Members
Header
The header information for the NDIS_POLL_NOTIFICATION structure.
Enabled
A value of TRUE requests that the miniport driver enable the interrupt associated with this Poll object. A value of FALSE requests that the miniport driver disable the interrupt.
Remarks
NDIS passes a pointer to the NDIS_POLL_NOTIFICATION structure when invoking the miniport driver's NdisSetPollNotification callback.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | poll.h (include ndis.h) |