You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
798 B
34 lines
798 B
LIBRARY WINHTTP5
|
|
|
|
EXPORTS
|
|
|
|
; Utility Functions
|
|
WinHttpTimeFromSystemTime
|
|
WinHttpTimeToSystemTime
|
|
WinHttpCrackUrl
|
|
WinHttpCreateUrl
|
|
WinHttpCheckPlatform
|
|
|
|
; Core API
|
|
WinHttpOpen
|
|
WinHttpSetStatusCallback
|
|
WinHttpSetOption
|
|
WinHttpQueryOption
|
|
WinHttpConnect
|
|
WinHttpOpenRequest
|
|
WinHttpAddRequestHeaders
|
|
WinHttpSetCredentials
|
|
WinHttpSendRequest
|
|
WinHttpWriteData
|
|
WinHttpReceiveResponse
|
|
WinHttpQueryHeaders
|
|
WinHttpQueryAuthSchemes
|
|
WinHttpQueryDataAvailable
|
|
WinHttpReadData
|
|
WinHttpCloseHandle
|
|
WinHttpSetTimeouts
|
|
|
|
; Called by setup to install registry entries needed by Wininet.
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|