UnMapPtr (Windows CE 5.0)
This function unmaps a memory pointer that was previously mapped using MapPtrToProcess.
LPVOID UnMapPtr( LPVOID lpv);
Parameters
- lpv
[in] Pointer to be unmapped.
Return Values
Returns an unmapped version of the lpv pointer.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors