IP*Works! 2016 ActiveX Edition
IP*Works! 2016 ActiveX Edition
Questions / Feedback?

RequestComplete Event

Fired after an asynchronous request completes.

Syntax

Sub ipinfocontrol_RequestComplete(RequestId As Long, StatusCode As Integer, Description As String)

Remarks

The RequestId parameter specifies the request that just completed. The control properties that relate to this request are completed with the returned values. (For example, in the case of domain name resolution, HostName, HostAddress, HostAliases, and OtherAddresses are set to the resolved values.)

If the request completed normally, StatusCode is 0, and Description is "OK". If not, StatusCode has the error code returned by the system. Description contains a description of this code. The value of StatusCode is obtained by adding 15001 to the corresponding system error code.

Please refer to the Error Messages section for more information.

NOTE: This functionality is only available in Windows.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 ActiveX Edition - Version 16.0 [Build 7353]