Skip to content

Latest commit

 

History

History
97 lines (72 loc) · 3.15 KB

nf-ndis-ndisfcanceldirectoidrequest.md

File metadata and controls

97 lines (72 loc) · 3.15 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ndis.NdisFCancelDirectOidRequest
NdisFCancelDirectOidRequest function (ndis.h)
Filter drivers call the NdisFCancelDirectOidRequest function to cancel a previous direct OID request to the underlying drivers.
netvista\ndisfcanceldirectoidrequest.htm
netvista
05/02/2018
NdisFCancelDirectOidRequest function
NdisFCancelDirectOidRequest, NdisFCancelDirectOidRequest function [Network Drivers Starting with Windows Vista], ndis/NdisFCancelDirectOidRequest, ndis_request_direct_ref_48dc16f9-1c11-41de-9c37-91abed86b06c.xml, netvista.ndisfcanceldirectoidrequest
ndis.h
Ndis.h
Desktop
Supported in NDIS 6.1 and later.
Ndis.lib
<= DISPATCH_LEVEL
Windows
NdisFCancelDirectOidRequest
ndis/NdisFCancelDirectOidRequest
APIRef
kbSyntax
LibDef
ndis.lib
ndis.dll
NdisFCancelDirectOidRequest

NdisFCancelDirectOidRequest function

-description

Filter drivers call the NdisFCancelDirectOidRequest function to cancel a previous direct OID request to the underlying drivers.

-parameters

-param NdisFilterHandle [in]

The NDIS handle that identifies this filter module. NDIS passed the handle to the filter driver in a call to the FilterAttach function.

-param RequestId [in]

A cancellation identifier for the request. This identifier specifies the NDIS_OID_REQUEST structures that are being canceled.

-remarks

Filter drivers call NdisFCancelDirectOidRequest to cancel a previously issued direct OID request. The request can be originated by the filter driver or by overlying drivers. The pointer that is passed at the OidRequest parameter must be the same pointer that was passed in the call to the NdisFDirectOidRequest function.

The filter driver can call NdisFCancelDirectOidRequest from the FilterCancelDirectOidRequest function to pass on the cancellation to underlying drivers.

-see-also

FilterAttach

FilterCancelDirectOidRequest

NDIS_OID_REQUEST

NdisFDirectOidRequest