Ejemplo n.º 1
0
func (this *MqS) ConfigGetIsString() bool {
	return C.MqConfigGetIsString((*_Ctype_struct_MqS)(this)) == C.MQ_YES
}
Ejemplo n.º 2
0
func (this *MqS) ConfigGetIsString() bool {
	return (bool)(C.MqConfigGetIsString((*_Ctype_struct_MqS)(this)))
}