Soap.SOAPHTTPTrans.THTTPReqResp.HandleWinInetError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  HandleWinInetError(LastError: DWord; Request: HINTERNET; RaiseError: Boolean = False): DWord;

C++

unsigned __fastcall HandleWinInetError(unsigned LastError, void * Request, bool RaiseError = false);

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Triggers an OnWinInetError event.

Do not call HandleWinInetError directly. HandleWinInetError is used internally to trigger OnWinInetError events.

See Also