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