Searched refs:CheckError (Results 1 – 7 of 7) sorted by relevance
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewerUpdate.c | 107 CheckError( "NWC24InitMsgObj()", err ); in GetMsgData() 111 CheckError( "NWC24GetMsgType()", err ); in GetMsgData() 115 CheckError( "NWC24GetMsgNumTo()", err ); in GetMsgData() 124 CheckError( "NWC24GetMsgSubjectSize()", err ); in GetMsgData() 151 CheckError( "NWC24GetMsgTextSize()", err ); in GetMsgData() 183 CheckError( "NWC24GetMsgFromId()", err ); in GetMsgData() 190 CheckError( "NWC24ReadMsgToId()", err ); in GetMsgData() 200 CheckError( "NWC24ReadMsgFromAddr()", err ); in GetMsgData() 205 CheckError( "NWC24ReadMsgToAddr()", err ); in GetMsgData() 263 CheckError( "NWC24InitMsgObj()", err ); in CreateMessage() [all …]
|
| D | MsgViewer.c | 168 void CheckError( const char* strFunc, NWC24Err err ) in CheckError() function 193 CheckError( "NWC24GetNumMsgs()", err ); in GetMsgIdList() 204 CheckError( "NWC24GetMsgIdList()", err ); in GetMsgIdList() 264 CheckError( "NWC24GetMsgObj()", err ); in GetListedSubjects() 267 CheckError( "NWC24GetMsgSubjectSize()", err ); in GetListedSubjects() 326 CheckError( "NWC24OpenLib()", err ); in OpenLib() 340 CheckError( "NWC24CloseLib()", err ); in CloseLib()
|
| /RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/ |
| D | FLViewer.c | 149 CheckError( "NWC24OpenLib()", err ); in main() 160 CheckError( "NWC24CloseMsgLib()", err ); in main() 195 void CheckError( const char* strFunc, NWC24Err err ) in CheckError() function 365 CheckError( "NWC24UpdateFriendInfo()", err ); in RegisterFriendInfo() 371 CheckError( "NWC24WriteFriendInfo()", err ); in RegisterFriendInfo() 441 CheckError( "NWC24OpenLib()", err ); in Initialize() 444 CheckError( "NWC24GetNumFriendInfos()", err ); in Initialize() 454 CheckError( "NWC24ReadFriendInfo()", err ); in Initialize() 465 CheckError( "NWC24CloseMsgLib()", err ); in Initialize()
|
| D | FLViewerUpdate.c | 121 CheckError( "NWC24ReadFriendInfo()", err ); in UpdateSelectFriend() 149 CheckError( "NWC24ReadFriendInfo()", err ); in UpdateSelectFriend() 174 CheckError( "NWC24ReadFriendInfo()", err ); in UpdateSelectFriend() 847 CheckError( "NWC24DeleteFriendInfo()", err ); in UpdateDeleteFriend()
|
| D | FLViewerRender.c | 306 CheckError( "NWC24GetNumFriendInfos()", err ); in RenderFriendInfo()
|
| /RevoEX-2.1/build/demos/nwc24demo/include/ |
| D | MsgViewer.h | 123 void CheckError ( const char* strFunc, NWC24Err err );
|
| D | FLViewer.h | 111 void CheckError ( const char* strFunc, NWC24Err err );
|