tapi32: Stub lineOpenW.

This commit is contained in:
Vincent Povirk 2014-03-20 11:46:51 -05:00 committed by Alexandre Julliard
parent 938529e1f9
commit b56102e998
2 changed files with 10 additions and 0 deletions

View File

@ -1267,6 +1267,15 @@ DWORD WINAPI lineNegotiateExtVersion(HLINEAPP hLineApp, DWORD dwDeviceID, DWORD
return 0;
}
/***********************************************************************
* lineOpenW (TAPI32.@)
*/
DWORD WINAPI lineOpenW(HLINEAPP hLineApp, DWORD dwDeviceID, LPHLINE lphLine, DWORD dwAPIVersion, DWORD dwExtVersion, DWORD dwCallbackInstance, DWORD dwPrivileges, DWORD dwMediaModes, LPLINECALLPARAMS lpCallParams)
{
FIXME("stub.\n");
return 0;
}
/***********************************************************************
* lineOpen (TAPI32.@)
*/

View File

@ -83,6 +83,7 @@
@ stdcall lineNegotiateExtVersion(long long long long long ptr)
@ stdcall lineOpen(long long ptr long long long long long ptr) lineOpenA
@ stdcall lineOpenA(long long ptr long long long long long ptr)
@ stdcall lineOpenW(long long ptr long long long long long ptr)
@ stdcall linePark(long long str ptr) lineParkA
@ stdcall lineParkA(long long str ptr)
@ stdcall linePickup(long long ptr str str) linePickupA