func (this *MqS) ServiceGetFilter2(i int32) *MqS { ret := C.MqServiceGetFilter2((*_Ctype_struct_MqS)(this), C.MQ_SIZE(i)) if ret == nil { this.ErrorRaise() } return (*MqS)(ret) }
func (this *MqS) ServiceGetFilter() *MqS { ret := C.MqServiceGetFilter2((*_Ctype_struct_MqS)(this), 0) if ret == nil { this.ErrorRaise() } return (*MqS)(ret) }