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

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.1 intime/nt/include/iwin32x.h iwin32x.h iwin32x.lib

Notes

See Also

RtMapMemory, iwin32x API, iwin32 Overview