Soap.SOAPHTTPTrans.TWinInetErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef unsigned __fastcall (__closure *TWinInetErrorEvent)(unsigned LastError, void * Request);

Properties

Type Visibility Source Unit Parent
typedef public Soap.SOAPHTTPTrans.hpp Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans

Description

TWinInetErrorEvent is the type used by the OnWinInetError event.

Supply an event of type TWinInetErrorEvent to the OnWinInetError to process all WinInet errors that may arise during a SOAP communication session.

See Also