Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgSearch/
DMsgSearch.c60 static BOOL s_bSCondSendBox = FALSE; variable
144 case 2: s_bSCondSendBox = TRUE; break; in main()
152 if ( s_bSCondSendBox ) (void)NWC24SetSearchCondMsgBox( NWC24_SEND_BOX ); in main()
216 OSReport( " Message Box : %s\n", s_bSCondSendBox ? "Send Box" : "Receive Box" ); in ViewSearchConds()