INtime SDK Help
RtUnmapMemory (iwin32)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtUnmapMemory (iwin32)

Releases a mapping made by a previous call to RtMapMemory.

BOOLEAN RtUnmapMemory(
    PVOID pVirtualAddress
);

Parameters

pVirtualAddress
Pointer returned by a previous call to RtMapMemory.

Return Values

TRUE
Success.
FALSE
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/iwin32.h iwin32.h iwin32.lib

Note

This function operates in the real-time portion of your application.

See Also

RtMapMemory, iwin32 API, iwin32 Overview