tapi32: Add lineGetIconW stub.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53061
Signed-off-by: Roman Pišl <rpisl@seznam.cz>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Roman Pišl 2022-05-28 13:18:03 +02:00 committed by Alexandre Julliard
parent a1e1f0346c
commit 095c1f32af
2 changed files with 10 additions and 0 deletions

View file

@ -697,6 +697,15 @@ DWORD WINAPI lineGetIconA(DWORD dwDeviceID, LPCSTR lpszDeviceClass, HICON *lphIc
return 0;
}
/***********************************************************************
* lineGetIconW (TAPI32.@)
*/
DWORD WINAPI lineGetIconW(DWORD dwDeviceID, LPCWSTR lpszDeviceClass, HICON *lphIcon)
{
FIXME("(%08lx, %s, %p): stub.\n", dwDeviceID, debugstr_w(lpszDeviceClass), lphIcon);
return 0;
}
/***********************************************************************
* lineGetLineDevStatus (TAPI32.@)
*/

View file

@ -56,6 +56,7 @@
@ stdcall lineGetIDW(long long long long ptr wstr)
@ stdcall lineGetIcon(long str ptr) lineGetIconA
@ stdcall lineGetIconA(long str ptr)
@ stdcall lineGetIconW(long wstr ptr)
@ stdcall lineGetLineDevStatus(long ptr) lineGetLineDevStatusA
@ stdcall lineGetLineDevStatusA(long ptr)
@ stdcall lineGetMessage(long ptr long)