Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 1 of 1) sorted by relevance

/RevoEX-2.1/build/demos/nwc24demo/src/MsgSearch/
DMsgSearch.c262 NWC24MsgType msgType; in PrintFrom() local
264 err = NWC24GetMsgType( msgObj, &msgType ); in PrintFrom()
271 if ( msgType != NWC24_MSGTYPE_PUBLIC ) in PrintFrom()
302 NWC24MsgType msgType; in PrintTo() local
306 err = NWC24GetMsgType( msgObj, &msgType ); in PrintTo()
320 if ( msgType != NWC24_MSGTYPE_PUBLIC ) in PrintTo()
402 NWC24MsgType msgType; in PrintMsgType() local
405 err = NWC24GetMsgType( msgObj, &msgType ); in PrintMsgType()
412 switch ( msgType ) in PrintMsgType()