Home

 

Visual Basic language declaration (Windows only)

 

Type MQCFBS
  Type As Long         ' Structure type
  StrucLength As Long  ' Structure length
  Parameter As Long    ' Parameter identifier
  StringLength As Long ' Operator identifier
  String as 1          ' String value - first byte
  End Type
 
Global MQCFBS_DEFAULT As MQCFBS

 

Parent topic:

Language declarations


pc14850_


 

Home