MicrosoftDocs / feedback

📢 docs.microsoft.com site feedback
https://learn.microsoft.com
Creative Commons Attribution 4.0 International
239 stars 160 forks source link

Wrong description for WINHTTP_CALLBACK_STATUS_SENDREQUEST_COMPLETE status #2985

Open javawork opened 4 years ago

javawork commented 4 years ago

Describe the bug Go to WINHTTP_CALLBACK_STATUS_SENDREQUEST_COMPLETE section of this document. https://docs.microsoft.com/en-us/windows/win32/api/winhttp/nc-winhttp-winhttp_status_callback

It says "The lpvStatusInformation parameter is NULL.", but that's not always true. The lpvStatusInformation parameter might be the lpOptional parameter of WinHttpSendRequest. It should be deleted in asynchronous manner.

To Reproduce

  1. Go to https://docs.microsoft.com/en-us/windows/win32/api/winhttp/nc-winhttp-winhttp_status_callback
welcome[bot] commented 4 years ago

Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).