Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 1.53 KB

ns-poll-ndis_poll_notification.md

File metadata and controls

61 lines (50 loc) · 1.53 KB
UID tech.root title ms.date targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:poll._NDIS_POLL_NOTIFICATION
netvista
NDIS_POLL_NOTIFICATION
05/13/2021
Windows
The NDIS_POLL_NOTIFICATION structure contains the interrupt parameters for a Poll object.
structure
poll.h
ndis.h
Windows 11
Windows Server 2022
NDIS_POLL_NOTIFICATION
apiref
HeaderDef
poll.h
_NDIS_POLL_NOTIFICATION
NDIS_POLL_NOTIFICATION
_NDIS_POLL_NOTIFICATION
poll/_NDIS_POLL_NOTIFICATION
NDIS_POLL_NOTIFICATION
poll/NDIS_POLL_NOTIFICATION
c++

-description

The NDIS_POLL_NOTIFICATION structure contains the interrupt state associated with a Poll object.

-struct-fields

-field Header

The header information for the NDIS_POLL_NOTIFICATION structure.

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

-see-also

NdisSetPollNotification