Home
last modified time | relevance | path

Searched refs:nIDButton (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/atl/
H A Datlwin.h369 BOOL CheckDlgButton(int nIDButton, UINT nCheck) in CheckDlgButton() argument
372 return ::CheckDlgButton(m_hWnd, nIDButton, nCheck); in CheckDlgButton()
926 UINT IsDlgButtonChecked(int nIDButton) const in IsDlgButtonChecked() argument
929 return ::IsDlgButtonChecked(m_hWnd, nIDButton); in IsDlgButtonChecked()
/reactos/win32ss/user/user32/windows/
H A Ddialog.c2723 int nIDButton) in IsDlgButtonChecked() argument
2725 return (UINT)SendDlgItemMessageW( hDlg, nIDButton, BM_GETCHECK, 0, 0 ); in IsDlgButtonChecked()
2847 int nIDButton, in CheckDlgButton() argument
2850 SendDlgItemMessageW( hDlg, nIDButton, BM_SETCHECK, uCheck, 0 ); in CheckDlgButton()