Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/MsgSearch/
DMsgSearch.c403 char* strMsgType; in PrintMsgType() local
414 case NWC24_MSGTYPE_WII_MENU_SHARED: strMsgType = "Wii menu shared"; break; in PrintMsgType()
415 case NWC24_MSGTYPE_WII_APP: strMsgType = "Wii app"; break; in PrintMsgType()
416 case NWC24_MSGTYPE_WII_MENU: strMsgType = "Wii menu"; break; in PrintMsgType()
417 case NWC24_MSGTYPE_WII_APP_HIDDEN: strMsgType = "Wii app hidden"; break; in PrintMsgType()
418 case NWC24_MSGTYPE_PUBLIC: strMsgType = "Public"; break; in PrintMsgType()
419 default: strMsgType = "Unknown"; in PrintMsgType()
422 OSReport( "%s", strMsgType ); in PrintMsgType()