diff --git a/sdk-api-src/content/winhttp/nc-winhttp-winhttp_status_callback.md b/sdk-api-src/content/winhttp/nc-winhttp-winhttp_status_callback.md index 3dc6f683033b..755bdb4c383c 100644 --- a/sdk-api-src/content/winhttp/nc-winhttp-winhttp_status_callback.md +++ b/sdk-api-src/content/winhttp/nc-winhttp-winhttp_status_callback.md @@ -204,8 +204,9 @@ Successfully received a response from the server. The #### WINHTTP_CALLBACK_STATUS_SECURE_FAILURE -One or more errors were encountered while retrieving a Secure Sockets Layer (SSL) certificate from the server. The -lpvStatusInformation parameter contains a flag. For more information, see the description for lpvStatusInformation. +One or more errors were encountered while establishing a Secure (HTTPS) connection to the server. The +lpvStatusInformation parameter contains a pointer to a DWORD that is a bitwise-OR combination of +error values. For more information, see the description for lpvStatusInformation. @@ -410,4 +411,4 @@ Similarly, there is no callback thread affinity when you call WinHttp asynchrono -WinHttpSetStatusCallback \ No newline at end of file +WinHttpSetStatusCallback