Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Ddialog.c1431 static INT DIALOG_DlgDirListW( HWND hDlg, LPWSTR spec, INT idLBox, in DIALOG_DlgDirListW() argument
1443 TRACE("%p %s %d %d %04x\n", hDlg, debugstr_w(spec), idLBox, idStatic, attrib ); in DIALOG_DlgDirListW()
1475 if (idLBox && ((hwnd = GetDlgItem( hDlg, idLBox )) != 0)) in DIALOG_DlgDirListW()
1527 static INT DIALOG_DlgDirListA( HWND hDlg, LPSTR spec, INT idLBox, in DIALOG_DlgDirListA() argument
1537 ret = DIALOG_DlgDirListW( hDlg, specW, idLBox, idStatic, attrib, combo ); in DIALOG_DlgDirListA()
1542 return DIALOG_DlgDirListW( hDlg, NULL, idLBox, idStatic, attrib, combo ); in DIALOG_DlgDirListA()