NdisDestroyLookaheadBufferFromSharedMemory (Windows CE 5.0)

Send Feedback

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

VOID NdisDestroyLookaheadBufferFromSharedMemory(PVOIDpLookaheadBuffer);

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.
Link Library: Ndis.lib

See Also

NdisCreateLookaheadBufferFromSharedMemory

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.