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(0 To 8191) As Byte 'URL XML End Type
Visual Basic Data Type | Field | Description |
---|---|---|
As Integer | bIsLevel0 | If 1, then URL definition is restricted to level-0 data; if 0, there is no restriction |
As Integer | iURLXMLSize | Size of URL XML |
As String * 1024 | cpURLName | Name of URL definition |
As Byte 0 to 8191 | cpURLXML | Content of URL XML |
Note: | The regions list is passed as a separate argument, symRegions(), within each Visual Basic drill-through function. |