KLibFreeShareMem (Compact 7)

3/12/2014

This function frees memory that is allocated by the KLibAllocShareMem function.

Syntax

BOOL KLibFreeShareMem(
  DWORD nPages,
  LPVOID pVa,
  LPVOID pPa
);

Parameters

  • nPages
    [in] Number of pages of memory to deallocate.
  • pVa
    [in] Virtual address used by the IST to access the memory.
  • pPa
    [in] Statically mapped virtual address that the ISR used to access the memory.

Return Value

None.

Requirements

Header

pkfuncs.h

Library

coredll.lib

See Also

Reference

Kernel Functions
KLibAllocShareMem