RtcplSetLocalMemoryPoolSize

The function RtcplSetLocalMemoryPoolSize sets the initial size of the local memory pool.

Syntax

BOOL RtcplSetLocalMemoryPoolSize(
    DWORD Size
);

Parameters

Size

Specifies the initial size of the local memory pool, in bytes. The minimum value allowed is 0x10000, or 65536 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 GetLastError of ERROR_SUCCESS_RESTART_REQUIRED.

Related RTX Properties Control Panel Features

Tab

Memory tab

Feature(s)

Pool size (bytes) option

Requirements

Header RtxProp.h
Library RtxProp.lib

See Also:

Local Memory

Setting the Pool Size

RtcplSetUseLocalMemoryByDefault

IntervalZero.com | Support | Give Feedback