NdisFreeCloneOidRequest (Compact 2013)
3/26/2014
This function frees a cloned NDIS_OID_REQUEST structure.
Syntax
VOID
NdisFreeCloneOidRequest(
IN NDIS_HANDLE SourceHandle,
IN PNDIS_OID_REQUEST Request
);
Parameters
- SourceHandle
An NDIS handle that identifies a filter module or an intermediate driver's protocol binding.
- Request
A pointer to the NDIS_OID_REQUEST structure that is to be freed.
Return Value
None
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.
Requirements
Header |
ndis.h |
See Also
Reference
NDIS OID Request Interface for Protocol Drivers
NDIS_OID_REQUEST
NdisAllocateCloneOidRequest