UnMapPtr (Windows CE 5.0)

Send Feedback

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

MapPtrToProcess

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.