ESB_DURLINFO_T

A data structure used to capture URL information. The fields are:

Type ESB_DURLINFO_T
   bIsLevel0    As Integer  'consider level-0 members along symmetric regions
   iURLXMLSize  As Integer        'URL XML size
   cpURLName    As String * 1024  'URL identifier
   cpURLXML     As String * 8192  'URL XML
End Type
Visual Basic Data TypeFieldDescription
As IntegerbIsLevel0If 1, then URL definition is restricted to level-0 data; if 0, there is no restriction
As IntegeriURLXMLSizeSize of URL XML
As String * 1024cpURLNameName of URL definition
As String * 8192cpURLXMLContent of URL XML

Note:

The regions list is passed as a separate argument, symRegions(), within each Visual Basic drill-through function.