Share via


NdisDestroyLookaheadBufferFromSharedMemory (Windows Embedded CE 6.0)

1/6/2010

This function releases the buffer mapping obtained in a preceding call to NdisCreateLookaheadBufferFromSharedMemory.

Syntax

VOID NdisDestroyLookaheadBufferFromSharedMemory(
  PVOID pLookaheadBuffer
);

Parameters

  • pLookaheadBuffer
    [in] Specifies the look-ahead buffer pointer returned in a preceding call to NdisCreateLookaheadBufferFromSharedMemory.

Return Value

None.

Requirements

Header ndis.h
Library ndis.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Library Functions
NdisCreateLookaheadBufferFromSharedMemory