RouterFreeBidiMem - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

VOID RouterFreeBidiMem(
  [in] PVOID pMemPointer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winsplp-routerfreebidimem)

RouterFreeBidiMem function

Description

RouterFreeBidiMem frees a block of memory that was previously allocated by RouterAllocBidiMem.

Parameters

pMemPointer [in]

Pointer to the memory to be freed.

See also

RouterAllocBidiMem