UnMapPtr

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function unmaps a memory pointer that was previously mapped using MapPtrToProcess.

Note

This function is no longer supported as of CE 6.0.

Syntax

LPVOID UnMapPtr(
  LPVOID lpv
);

Parameters

  • lpv
    [in] Pointer to be unmapped.

Return Value

An unmapped version of the lpv ** pointer.

Requirements

Header pkfuncs.h
Library coredll.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Kernel Functions
MapPtrToProcess