FillAllComboBoxes

HRESULT FillAllComboBoxes(
HWND hwnd, int iObjType, 
COMBOTOGUID *pComboToGuid);

Parameters

hwnd

Window handle of the property page dialog box.

iObjType

Object index of the control. This index is the zero-base index of the control object in the global object array g_ObjectInfo.

pComboToGuid

Array of COMBOTOGUID structures. The last structure must contain NULL entries.

Comments

Fills all combo boxes in the array pComboToGuid using type information for each combo box associated with an enumeration type’s GUID.