Beispiel #1
0
func (this *MqS) StorageSelect2(transLId int64) int64 {
	this.iErrorMqToGoWithCheck(C.MqStorageSelect((*_Ctype_struct_MqS)(this), (*C.MQ_TRA)(&transLId)))
	return transLId
}
Beispiel #2
0
func (this *MqS) StorageSelect() int64 {
	var transLId C.MQ_TRA
	this.iErrorMqToGoWithCheck(C.MqStorageSelect((*_Ctype_struct_MqS)(this), &transLId))
	return int64(transLId)
}