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.
This function frees memory that is allocated by the KLibAllocShareMem function.
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 Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors