HomeSort by relevance Sort by last modified time
    Searched refs:CA_Exception (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/include/
caexcept.h 33 typedef crecXceptn CA_Exception;
37 #define BEG_CATCH_CA_EXCEPT }catch( CA_Exception* e ){
simapi.h 480 ** CA_Exception methods
482 int CA_ExceptionGetCode(CA_Exception* e);
483 int CA_ExceptionGetMessage(CA_Exception* e , char* buff, int len,
486 int CA_ExceptionGetHandleType(CA_Exception* e);
487 int CA_ExceptionGetHandle(CA_Exception* e, void **handle);
488 int CA_ExceptionDelete(CA_Exception* e);
    [all...]

Completed in 55 milliseconds