CWindow::GetDlgItemInt
Converte il testo di un controllo in un Integer.
UINT GetDlgItemInt(
int nID,
BOOL* lpTrans = NULL,
BOOL bSigned = TRUE
) const throw();
Note
Vedere GetDlgItemInt in Windows SDK.
Requisiti
Header: atlwin.h
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Converte il testo di un controllo in un Integer.
UINT GetDlgItemInt(
int nID,
BOOL* lpTrans = NULL,
BOOL bSigned = TRUE
) const throw();
Vedere GetDlgItemInt in Windows SDK.
Header: atlwin.h