コード例 #1
0
ファイル: storage.go プロジェクト: BackupTheBerlios/nhi1-svn
func (this *MqS) StorageSelect2(transLId int64) int64 {
	this.iErrorMqToGoWithCheck(C.MqStorageSelect((*_Ctype_struct_MqS)(this), (*C.MQ_TRA)(&transLId)))
	return transLId
}
コード例 #2
0
ファイル: storage.go プロジェクト: BackupTheBerlios/nhi1-svn
func (this *MqS) StorageSelect() int64 {
	var transLId C.MQ_TRA
	this.iErrorMqToGoWithCheck(C.MqStorageSelect((*_Ctype_struct_MqS)(this), &transLId))
	return int64(transLId)
}