OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 46 milliseconds