void cciUserDebugTraceW( int* returnCode, CciObject* object, const CciChar* messageSource, int messageNumber, const CciChar* traceText, ... );
Nessuno. Se si verifica un errore, il parametro returnCode indica il motivo dell'errore.
const CciChar* myMessageSource=CciString("SwitchMSG",BIP_DEF_COMP_CCSID); CciNode* thisNode = ((NODE_CONTEXT_ST*)context)->nodeObject; const CciChar* traceText = CciString("Found an element name and value", BIP_DEF_COMP_CCSID); cciUserDebugTraceW(&rc, (CciObject*)thisNode, myMessageSource, 2, traceText, elementName, elementValue, (CciChar*)0);