Commit 8641e59f authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard
parent 99a17198
......@@ -50,3 +50,11 @@ BOOL WINAPI QOSCreateHandle(PQOS_VERSION version, PHANDLE handle)
SetLastError(ERROR_SERVICE_ALREADY_RUNNING);
return FALSE;
}
BOOL WINAPI QOSAddSocketToFlow(HANDLE handle, SOCKET socket, PSOCKADDR addr,
QOS_TRAFFIC_TYPE traffictype, DWORD flags, PQOS_FLOWID flowid)
{
FIXME("%p, %lx, %p, %d, 0x%08x, %p stub!\n", handle, socket, addr, traffictype, flags, flowid);
SetLastError(ERROR_NOT_SUPPORTED);
return FALSE;
}
@ stub QDLHPathDiagnostics
@ stub QDLHStartDiagnosingPath
@ stub QOSAddSocketToFlow
@ stdcall QOSAddSocketToFlow(ptr long ptr long long ptr)
@ stub QOSCancel
@ stub QOSCloseHandle
@ stdcall QOSCreateHandle(ptr ptr)
......
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