Expand Minimize
This topic has not yet been rated - Rate this topic

CPane::AllocElements

Allocates storage for internal use.

BOOL AllocElements(
   int nElements,
   int cbElement
);
[in] nElements

The number of elements for which to allocate storage.

[in] cbElement

The size, in bytes, of an element.

FALSE if memory allocation fails; otherwise, TRUE.

Header: afxpane.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.