KLibFreeShareMem (Windows Embedded CE 6.0)
1/5/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |