MQeFieldsHndl hMsg; display("Creating a new message\n"); rc = mqeFields_new(&exceptBlock,&hMsg); if ( MQERETURN_OK == rc ) { rc = mqeFields_putInt32(hMsg,&exceptBlk, hFieldLabel,42); }