Commit 5f3a0156 authored by Roman Pišl's avatar Roman Pišl Committed by Alexandre Julliard

tapi32: Add lineGetCallInfoW stub.

parent 5692c077
......@@ -297,6 +297,15 @@ DWORD WINAPI lineGetCallInfoA(HCALL hCall, LPLINECALLINFO lpCallInfo)
}
/***********************************************************************
* lineGetCallInfoW (TAPI32.@)
*/
DWORD WINAPI lineGetCallInfoW(HCALL hCall, LPLINECALLINFO lpCallInfo)
{
FIXME("(%p, %p): stub.\n", hCall, lpCallInfo);
return 0;
}
/***********************************************************************
* lineGetCallStatus (TAPI32.@)
*/
DWORD WINAPI lineGetCallStatus(HCALL hCall, LPLINECALLSTATUS lpCallStatus)
......
......@@ -39,6 +39,7 @@
@ stdcall lineGetAppPriorityA(str long ptr long ptr ptr)
@ stdcall lineGetCallInfo(long ptr) lineGetCallInfoA
@ stdcall lineGetCallInfoA(long ptr)
@ stdcall lineGetCallInfoW(long ptr)
@ stdcall lineGetCallStatus(long ptr)
@ stdcall lineGetConfRelatedCalls(long ptr)
@ stdcall lineGetCountry(long long ptr) lineGetCountryA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment