CComboBox::InitStorage

This member function allocates memory for storing list box items in the list-box portion of the combo box. Call this function before adding a large number of items to the list-box portion of the CComboBox.

Syntax

int InitStorage( int nItems, UINT nBytes );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CComboBox Overview, CComboBox Member Functions, Control Classes, CComboBox::CComboBox, CComboBox::Create, CComboBox::ResetContent