NdisDestroyLookaheadBufferFromSharedMemory

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

VOID NdisDestroyLookaheadBufferFromSharedMemory(
  PVOID pLookaheadBuffer
);

Parameters

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

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

NdisCreateLookaheadBufferFromSharedMemory

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.