DDX_CBIndex
Visual Studio 2010
The DDX_CBIndex function manages the transfer of int data between a combo box control in a dialog box, form view, or control view object and a int data member of the dialog box, form view, or control view object.
void AFXAPI DDX_CBIndex( CDataExchange* pDX, int nIDC, int& index );
When DDX_CBIndex is called, index is set to the index of the current combo box selection. If no item is selected, index is set to 0.
For more information about DDX, see Dialog Data Exchange and Validation.