NdisDestroyLookaheadBufferFromSharedMemory

VOID
NdisDestroyLookaheadBufferFromSharedMemory(

IN PVOID pLookaheadBuffer
);

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

Parameters

pLookaheadBuffer

Specifies the lookahead buffer pointer returned in a preceding call to NdisCreateLookaheadBufferFromSharedMemory.

Comments

Callers of NdisDestroyLookaheadBufferFromSharedMemory run at any IRQL.

See Also

NdisCreateLookaheadBufferFromSharedMemory