Visual Basic declaration for MQCSP
Type MQCSP StrucId As String*4 'Structure identifier' Version As Long 'Structure version number' AuthenticationType As Long 'Type of authentication' Reserved1 As MQBYTE4 'Required for IBM i pointer' 'alignment' CSPUserIdPtr As MQPTR 'Address of user ID' CSPUserIdOffset As Long 'Offset of user ID' CSPUserIdLength As Long 'Length of user ID' Reserved2 As MQBYTE8 'Required for IBM i pointer' 'alignment' CSPPasswordPtr As MQPTR 'Address of password' CSPPasswordOffset As Long 'Offset of password' CSPPasswordLength As Long 'Length of password' End TypeParent topic: Initial values and language declarations for MQCSP