RtIsDefaultLocalMemory

RtIsDefaultLocalMemory returns the default memory allocation configuration (local or Windows) for the Subsystem and RTSS applications.

Syntax

BOOL RtIsDefaultLocalMemory(
   VOID 
);

Parameters

This function has no parameters.

Return Value

Returns TRUE if the Subsystem and RTSS applications are configured to use local memory for memory allocations by default. Returns FALSE if the Subsystem and RTSS applications are configured to use Windows memory by default.

Requirements

Minimum Supported Version RTX64 4.0
Header RtssApi.h
Library Rtx_Rtss.lib

See Also:

RtQueryProcessMSpace