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.RTX64.RTAPIAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

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