Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |