Home

 

Visual Basic language declaration (Windows only)

 

Type MQCFH
  Type As Long            'Structure type
  StrucLength As Long     'Structure length
  VAs Long         'Structure version number
  Command As Long         'Command identifier
  MsgSeqNumber As Long    'Message sequence number
  Control As Long         'Control options
  CompCode As Long        'Completion code
  Reason As Long          'Reason code qualifying completion code
  ParameterCount As Long  'Count of parameter structures
End Type
 
Global MQCFH_DEFAULT As MQCFH

 

Parent topic:

Language declarations


pc14670_


 

Home