ArcFM Desktop Developer Guide
OnHeadersAvailable Method


Syntax
'Declaration
 
Sub OnHeadersAvailable( _
   ByVal pXHR As FreeThreadedXMLHTTP60, _
   ByVal dwStatus As UInteger, _
   ByVal pwszStatus As String _
) 
'Usage
 
Dim instance As IXMLHTTPRequest2Callback
Dim pXHR As FreeThreadedXMLHTTP60
Dim dwStatus As UInteger
Dim pwszStatus As String
 
instance.OnHeadersAvailable(pXHR, dwStatus, pwszStatus)
void OnHeadersAvailable( 
   FreeThreadedXMLHTTP60 pXHR,
   uint dwStatus,
   string pwszStatus
)

Parameters

pXHR
dwStatus
pwszStatus
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IXMLHTTPRequest2Callback Interface
IXMLHTTPRequest2Callback Members

 

 


Send Comment