-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several HTTP Server API is incorrect parameter attribute (IN/OUT/OPTIONAL) #911
Comments
Windows.Win32.Networking.HttpServer.Apis.HttpAddFragmentToCache : CachePolicy : [In,Out] => [In] |
HTTPAPI_LINKAGE ULONG WINAPI HttpSendHttpResponse( IN HANDLE RequestQueueHandle, IN HTTP_REQUEST_ID RequestId, IN ULONG Flags, IN PHTTP_RESPONSE HttpResponse, IN PHTTP_CACHE_POLICY CachePolicy OPTIONAL, OUT PULONG BytesSent OPTIONAL, _Reserved_ PVOID Reserved1, _Reserved_ ULONG Reserved2, IN LPOVERLAPPED Overlapped OPTIONAL, IN PHTTP_LOG_DATA LogData OPTIONAL );
The following list is incorrect
The text was updated successfully, but these errors were encountered: