Visual Basic declaration for MQRMH
Type MQRMH StrucId As String*4 'Structure identifier' Version As Long 'Structure version number' StrucLength As Long 'Total length of MQRMH, including' 'strings at end of fixed fields, but' 'not the bulk data' Encoding As Long 'Numeric encoding of bulk data' CodedCharSetId As Long 'Character set identifier of bulk data' Format As String*8 'Format name of bulk data' Flags As Long 'Reference message flags' ObjectType As String*8 'Object type' ObjectInstanceId As MQBYTE24 'Object instance identifier' SrcEnvLength As Long 'Length of source environment data' SrcEnvOffset As Long 'Offset of source environment data' SrcNameLength As Long 'Length of source object name' SrcNameOffset As Long 'Offset of source object name' DestEnvLength As Long 'Length of destination environment' 'data' DestEnvOffset As Long 'Offset of destination environment' 'data' DestNameLength As Long 'Length of destination object name' DestNameOffset As Long 'Offset of destination object name' DataLogicalLength As Long 'Length of bulk data' DataLogicalOffset As Long 'Low offset of bulk data' DataLogicalOffset2 As Long 'High offset of bulk data' End TypeParent topic: Initial values and language declarations for MQRMH