Home -> IStateBuffer -> ResizePageCount
Description
The ResizePageCount method if the state buffer allows resizing, this allows the number of pages in the buffer to be changed.
Usage
SuccessToken ResizePageCount(uint32_t pageCount);
Argument list
- pageCount [uint32_t]
- The new number of pages to allocate for the state buffer.
Return value
- [SuccessToken]
- True if the operation succeeded, false otherwise. An assertion will be raised in debug builds if the result is not tested.