Bagikan melalui


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

See Also

Reference

NDIS NET_BUFFER Functions
NdisAllocateMdl