Home
last modified time | relevance | path

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

/RvlDCW-2.0.3/build/demos/match_lan/src/
Dmain.c275 int errorCode; in DWCDemoMain() local
278 if ( DWC_GetLastErrorEx( &errorCode, &errorType ) != DWC_ERROR_NONE ) in DWCDemoMain()
282 errorCode, in DWCDemoMain()
/RvlDCW-2.0.3/include/common/
Ddwc_error.h213 DWCError DWC_GetLastError ( int* errorCode );
214 DWCError DWC_GetLastErrorEx ( int* errorCode, DWCErrorType* errorType );
/RvlDCW-2.0.3/build/demos/ranking/src/
Dmain.c413 int errorCode; in DWCDemoMain() local
416 if ( DWC_GetLastErrorEx( &errorCode, &errorType ) != DWC_ERROR_NONE ) in DWCDemoMain()
420 errorCode, in DWCDemoMain()
/RvlDCW-2.0.3/build/demos/download/src/
Dmain.c115 int errorCode; in ProcessNd() local
117 if ( DWC_GetLastErrorEx( &errorCode, &errorType ) != DWC_ERROR_NONE ) in ProcessNd()
120 -errorCode, in ProcessNd()
/RvlDCW-2.0.3/build/demos/match_friends/src/
Dmain.c396 int errorCode; in matchedSCCallback() local
399 DWC_GetLastErrorEx(&errorCode, &errorType); in matchedSCCallback()
400 DWCDemoPrintf("DWC_GetLastErrorEx ErrorCode:%d ErrorType:%d\n", errorCode, (int)errorType); in matchedSCCallback()
896 int errorCode; in DWCDemoMain() local
899 if ( DWC_GetLastErrorEx( &errorCode, &errorType ) != DWC_ERROR_NONE ) in DWCDemoMain()
903 errorCode, in DWCDemoMain()
/RvlDCW-2.0.3/build/demos/match_anybody/src/
Dmain.c399 int errorCode; in matchedSCCallback() local
402 DWC_GetLastErrorEx(&errorCode, &errorType); in matchedSCCallback()
403 DWCDemoPrintf("DWC_GetLastErrorEx ErrorCode:%d ErrorType:%d\n", errorCode, (int)errorType); in matchedSCCallback()
919 int errorCode; in DWCDemoMain() local
922 if ( DWC_GetLastErrorEx( &errorCode, &errorType ) != DWC_ERROR_NONE ) in DWCDemoMain()
926 errorCode, in DWCDemoMain()
/RvlDCW-2.0.3/build/demos/match_serverclient/src/
Dmain.c404 int errorCode; in matchedSCCallback() local
407 DWC_GetLastErrorEx(&errorCode, &errorType); in matchedSCCallback()
408 DWCDemoPrintf("DWC_GetLastErrorEx ErrorCode:%d ErrorType:%d\n", errorCode, (int)errorType); in matchedSCCallback()
986 int errorCode; in DWCDemoMain() local
989 if ( DWC_GetLastErrorEx( &errorCode, &errorType ) != DWC_ERROR_NONE ) in DWCDemoMain()
993 errorCode, in DWCDemoMain()
/RvlDCW-2.0.3/build/demos/match_menu/src/
Dmain.c511 int errorCode; in inDemoMain() local
514 if ( DWC_GetLastErrorEx( &errorCode, &errorType ) != DWC_ERROR_NONE ) in inDemoMain()
517 errorCode, in inDemoMain()