NdisFreeMdl (Compact 2013)
3/26/2014
This function frees an MDL that was allocated by calling the NdisAllocateMdl function.
Syntax
VOID
NdisFreeMdl(
IN PMDL Mdl
);
Parameters
- Mdl
A pointer to the MDL that NDIS should free.
Return Value
None
Requirements
Header |
ndis.h |