Example #1
0
func (this *MqBufferS) SetW(val int64) *MqBufferS {
	return (*MqBufferS)(C.MqBufferSetW((*_Ctype_struct_MqBufferS)(this), C.MQ_WID(val)))
}
Example #2
0
func (this *MqS) SendW(val int64) {
	this.iErrorMqToGoWithCheck(C.MqSendW((*_Ctype_struct_MqS)(this), C.MQ_WID(val)))
}