NdisFreeMdl - NtDoc

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

NDIS_EXPORTED_ROUTINE VOID NdisFreeMdl(
  [in] MDL *Mdl
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-mdlapi-ndisfreemdl)

NdisFreeMdl function

Description

The NdisFreeMdl function frees an MDL that was allocated by calling the NdisAllocateMdl function.

Parameters

Mdl [in]

A pointer to the MDL that NDIS should free.

See also

NdisAllocateMdl