1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

qwave: Add QOSCloseHandle() stub.

Discord calls this function when hanging up a call.
This commit is contained in:
Aida Jonikienė 2024-02-22 21:05:48 +02:00 committed by Alexandre Julliard
parent da84d77353
commit d6f13d8e0c
2 changed files with 7 additions and 1 deletions

View file

@ -43,3 +43,9 @@ BOOL WINAPI QOSAddSocketToFlow(HANDLE handle, SOCKET socket, PSOCKADDR addr,
SetLastError(ERROR_NOT_SUPPORTED);
return FALSE;
}
BOOL WINAPI QOSCloseHandle(HANDLE handle)
{
FIXME("%p stub!\n", handle);
return FALSE;
}

View file

@ -2,7 +2,7 @@
@ stub QDLHStartDiagnosingPath
@ stdcall QOSAddSocketToFlow(ptr long ptr long long ptr)
@ stub QOSCancel
@ stub QOSCloseHandle
@ stdcall QOSCloseHandle(ptr)
@ stdcall QOSCreateHandle(ptr ptr)
@ stub QOSEnumerateFlows
@ stub QOSNotifyFlow