#[repr(C)]pub struct MQOD {Show 22 fields
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub ObjectType: MQLONG,
pub ObjectName: MQCHAR48,
pub ObjectQMgrName: MQCHAR48,
pub DynamicQName: MQCHAR48,
pub AlternateUserId: MQCHAR12,
pub RecsPresent: MQLONG,
pub KnownDestCount: MQLONG,
pub UnknownDestCount: MQLONG,
pub InvalidDestCount: MQLONG,
pub ObjectRecOffset: MQLONG,
pub ResponseRecOffset: MQLONG,
pub ObjectRecPtr: MQPTR,
pub ResponseRecPtr: MQPTR,
pub AlternateSecurityId: MQBYTE40,
pub ResolvedQName: MQCHAR48,
pub ResolvedQMgrName: MQCHAR48,
pub ObjectString: MQCHARV,
pub SelectionString: MQCHARV,
pub ResObjectString: MQCHARV,
pub ResolvedType: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
ObjectType: MQLONGObject type
ObjectName: MQCHAR48Object name
ObjectQMgrName: MQCHAR48Object queue manager name
DynamicQName: MQCHAR48Dynamic queue name
AlternateUserId: MQCHAR12Alternate user identifier
RecsPresent: MQLONGNumber of object records present
MQOD::Version >= 2
KnownDestCount: MQLONGNumber of local queues opened successfully
MQOD::Version >= 2
UnknownDestCount: MQLONGNumber of remote queues opened
MQOD::Version >= 2
InvalidDestCount: MQLONGNumber of queues that failed to open
MQOD::Version >= 2
ObjectRecOffset: MQLONGOffset of first object record from start of MQOD
MQOD::Version >= 2
ResponseRecOffset: MQLONGOffset of first response record from start of MQOD
MQOD::Version >= 2
ObjectRecPtr: MQPTRAddress of first object record
MQOD::Version >= 2
ResponseRecPtr: MQPTRAddress of first response record
MQOD::Version >= 2
AlternateSecurityId: MQBYTE40Alternate security identifier
MQOD::Version >= 3
ResolvedQName: MQCHAR48Resolved queue name
MQOD::Version >= 3
ResolvedQMgrName: MQCHAR48Resolved queue manager name
MQOD::Version >= 3
ObjectString: MQCHARVObject long name
MQOD::Version >= 4
SelectionString: MQCHARVMessage Selector
MQOD::Version >= 4
ResObjectString: MQCHARVResolved long object name
MQOD::Version >= 4
ResolvedType: MQLONGAlias queue resolved object type
MQOD::Version >= 4