Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Credit: @bmparson
  • Loading branch information
rcmaehl committed Oct 27, 2022
1 parent 41a672f commit b6e7a45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WinHttpConstants.au3
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ Global Const $WINHTTP_DISABLE_SPN_SERVER_PORT = 0x00000000
Global Const $WINHTTP_ENABLE_SPN_SERVER_PORT = 0x00000001
Global Const $WINHTTP_OPTION_SPN_MASK = $WINHTTP_ENABLE_SPN_SERVER_PORT

Global Const $WINHTTP_NO_CLIENT_CERT_CONTEXT = NULL

; WinHTTP error codes ;
Global Const $WINHTTP_ERROR_BASE = 12000
Global Const $ERROR_WINHTTP_OUT_OF_HANDLES = 12001
Expand Down Expand Up @@ -447,4 +449,4 @@ Global Const $WINHTTP_AUTOPROXY_CONFIG_URL = 0x00000002
Global Const $WINHTTP_AUTOPROXY_RUN_INPROCESS = 0x00010000
Global Const $WINHTTP_AUTOPROXY_RUN_OUTPROCESS_ONLY = 0x00020000
Global Const $WINHTTP_AUTO_DETECT_TYPE_DHCP = 0x00000001
Global Const $WINHTTP_AUTO_DETECT_TYPE_DNS_A = 0x00000002
Global Const $WINHTTP_AUTO_DETECT_TYPE_DNS_A = 0x00000002

0 comments on commit b6e7a45

Please sign in to comment.