RtcplSetMapMemoryUpperBound

The function RtcplSetMapMemoryUpperBound sets the maximum size of memory RtMapMemory can allocate per call.

Syntax

BOOL RtcplSetMapMemoryUpperBound(
    DWORD Size
);

Parameters

Size

Specifies the upper bound for the size of memory, in bytes. The default value 64000000 bytes.

Return Values

A non-zero value if the function succeeds

Remarks

Changing this value requires a restart of the RTX Subsystem if it is running, as indicated by a GetLastErrorof ERROR_SUCCESS_RESTART_REQUIRED.

Related RTX Properties Control Panel Features

Tab

Memory tab

Feature(s)

Upper bound (bytes) option

Requirements

Header RtxProp.h
Library RtxProp.lib
IntervalZero.com | Support | Give Feedback