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 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