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
- This function operates in the Windows portion of your application.
- The iwin32 API also includes an RtUnmapMemory function that operates in the real-time portion of your application.
See Also
RtMapMemory, iwin32x API, iwin32 Overview