NdisFreeCloneOidRequest - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

VOID NdisFreeCloneOidRequest(
  [in] IN NDIS_HANDLE       SourceHandle,
  [in] IN PNDIS_OID_REQUEST Request
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndisfreecloneoidrequest)

NdisFreeCloneOidRequest function

Description

The NdisFreeCloneOidRequest function frees a cloned NDIS_OID_REQUEST structure.

Parameters

SourceHandle [in]

An NDIS handle that identifies a filter module or an intermediate driver's protocol binding.

Request [in]

A pointer to the NDIS_OID_REQUEST structure that is to be freed.

Remarks

An NDIS intermediate driver or filter driver calls NdisFreeCloneOidRequest to free an NDIS_OID_REQUEST structure that was allocated by calling the NdisAllocateCloneOidRequest function.

See also

NDIS_OID_REQUEST

NdisAllocateCloneOidRequest