Home -> IStateBuffer -> AllocateMemory

Description

The AllocateMemory method attempts to allocate memory for the buffer using the defined buffer layout and page settings.

Usage

SuccessToken AllocateMemory();

Return value

[SuccessToken]
True if the operation succeeded, false otherwise. An assertion will be raised in debug builds if the result is not tested.

See also