|
RtUnmapSharedMemory unmaps the Windows user process view of the shared memory section.
Syntax
BOOL RtUnmapSharedMemory( PVOID Memory );
Parameters
Memory
A pointer to the shared memory location to be unmapped.
Return Values
TRUE if the function succeeds, FALSE if the function fails
Requirements
Header | Rtapi.h |
Library | rtapi_w32.lib (Windows), Rtx_Rtss.lib (RTSS) |
See Also: