Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 1.64 KB

nf-poll-ndisrequestpoll.md

File metadata and controls

64 lines (52 loc) · 1.64 KB
UID tech.root title ms.date targetos description req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:poll.NdisRequestPoll
netvista
NdisRequestPoll
05/13/2021
Windows
Miniport drivers call NdisRequestPoll to ask NDIS to execute the NdisPoll callback for this Poll object.
function
poll.h
ndis.h
<= HIGH_LEVEL
Windows 11
Windows Server 2022
apiref
HeaderDef
poll.h
NdisRequestPoll
NdisRequestPoll
poll/NdisRequestPoll
c++

-description

Miniport drivers call NdisRequestPoll to ask NDIS to execute the NdisPoll callback for this Poll object.

-parameters

-param PollHandle [In]

A handle to the Poll object returned by a successful call to NdisRegisterPoll.

-param Reserved

[Reserved] Reserved for future use. The driver must set to zero.

-remarks

A driver calls NdisRequestPoll to ask NDIS to execute the NdisPoll callback for this Poll object. It is guaranteed that NDIS will invoke the NdisPoll callback at least once. NdisRequestPoll can be called from any IRQL, typically from interrupt handling routines.

-see-also

NdisPoll

NdisRegisterPoll