Searched refs:lpszDeviceClass (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/tapi32/ |
H A D | phone.c | 52 DWORD WINAPI phoneConfigDialogA(DWORD dwDeviceID, HWND hwndOwner, LPCSTR lpszDeviceClass) in phoneConfigDialogA() argument 54 FIXME("(%08x, %p, %s): stub.\n", dwDeviceID, hwndOwner, lpszDeviceClass); in phoneConfigDialogA() 130 LPCSTR lpszDeviceClass) in phoneGetIDA() argument 132 FIXME("(%p, %p, %s): stub.\n", hPhone, lpDeviceID, lpszDeviceClass); in phoneGetIDA() 140 DWORD WINAPI phoneGetIconA(DWORD dwDeviceID, LPCSTR lpszDeviceClass, in phoneGetIconA() argument 143 FIXME("(%08x, %s, %p): stub.\n", dwDeviceID, lpszDeviceClass, lphIcon); in phoneGetIconA()
|
H A D | line.c | 131 DWORD WINAPI lineConfigDialogA(DWORD dwDeviceID, HWND hwndOwner, LPCSTR lpszDeviceClass) in lineConfigDialogA() argument 133 FIXME("(%08x, %p, %s): stub.\n", dwDeviceID, hwndOwner, lpszDeviceClass); in lineConfigDialogA() 140 DWORD WINAPI lineConfigDialogW(DWORD dwDeviceID, HWND hwndOwner, LPCWSTR lpszDeviceClass) in lineConfigDialogW() argument 142 FIXME("(%08x, %p, %s): stub.\n", dwDeviceID, hwndOwner, debugstr_w(lpszDeviceClass)); in lineConfigDialogW() 646 FIXME("(%08x, %p, %s): stub.\n", dwDeviceID, lpDeviceConfig, lpszDeviceClass); in lineGetDevConfigA() 654 LPVARSTRING lpDeviceID, LPCWSTR lpszDeviceClass) in lineGetIDW() argument 658 debugstr_w(lpszDeviceClass)); in lineGetIDW() 666 LPVARSTRING lpDeviceID, LPCSTR lpszDeviceClass) in lineGetIDA() argument 669 dwSelect, lpDeviceID, lpszDeviceClass); in lineGetIDA() 676 DWORD WINAPI lineGetIconA(DWORD dwDeviceID, LPCSTR lpszDeviceClass, HICON *lphIcon) in lineGetIconA() argument [all …]
|