39  DialogBox(
nullptr, MAKEINTRESOURCE(IDD_DIALOG1), hwnd, (DLGPROC)
DlgProc);
 
   62      SetDlgItemInt(hDlg, IDC_EDIT1, 16, FALSE); 
 
   68          m_nNumInputs = GetDlgItemInt(hDlg, IDC_EDIT1, &bOK, FALSE);
 
Interface for CDialogBox.
 
static UINT m_nNumInputs
Number of inputs.
 
HRESULT GetNumInputs(HWND, UINT &)
Get number of inputs.
 
static BOOL CALLBACK DlgProc(HWND, UINT, WPARAM, LPARAM)
Dialog box procedure.