// ndis.h
VOID NdisFreeCloneOidRequest(
[in] IN NDIS_HANDLE SourceHandle,
[in] IN PNDIS_OID_REQUEST Request
);
View the official Windows Driver Kit DDI referenceNo description available.
The NdisFreeCloneOidRequest function frees a cloned NDIS_OID_REQUEST structure.
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.
An NDIS intermediate driver or filter driver calls NdisFreeCloneOidRequest to free an NDIS_OID_REQUEST structure that was allocated by calling the NdisAllocateCloneOidRequest function.