Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allocates storage for internal use.
BOOL AllocElements(
int nElements,
int cbElement
);
Parameters
[in] nElements
The number of elements for which to allocate storage.[in] cbElement
The size, in bytes, of an element.
Return Value
FALSE if memory allocation fails; otherwise, TRUE.
Requirements
Header: afxpane.h