Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
<i>lpvStatusInformation</i> parameter contains a flag. For more information, see the description for <i>lpvStatusInformation</i>.
One or more errors were encountered while establishing a Secure (HTTPS) connection to the server. The
<i>lpvStatusInformation</i> parameter contains a pointer to a <b>DWORD</b> that is a bitwise-OR combination of
error values. For more information, see the description for <i>lpvStatusInformation</i>.



Expand Down Expand Up @@ -410,4 +411,4 @@ Similarly, there is no callback thread affinity when you call WinHttp asynchrono



<a href="/windows/desktop/api/winhttp/nf-winhttp-winhttpsetstatuscallback">WinHttpSetStatusCallback</a>
<a href="/windows/desktop/api/winhttp/nf-winhttp-winhttpsetstatuscallback">WinHttpSetStatusCallback</a>