RtssEnvironment.GetProcessMSpace Method

Retrieves a descriptor of the external and internal memory allocation space (MSpace) for the specified RTSS process or system process.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public static long GetProcessMSpace(
    IntPtr processHandle,
    out IntPtr ExtMSpace,
    out IntPtr IntMSpace
)

Parameters

processHandle

A handle to an RTSS process, as returned by RtCreateProcess, RtOpenProcess, or GetCurrentProcess. If NULL, the MSpaces requested are those of the Subsystem.

ExtMSpace

A pointer set by this API to point to an MSpace descriptor of the external MSpace for the specific process.

IntMSpace

A pointer set by this API to point to an MSpace descriptor of the internal MSpace for the specific process.

Return Value

Type: Void

See Also: