CCAux  2.17.0.0
CCAux API reference
CCAuxErrors.h
Go to the documentation of this file.
1 /************************************************
2 *
3 * CROSSCONTROL AUX API
4 *
5 * CCAuxErrors.h
6 *
7 * Version 2.17.0.0", 2019-10-22
8 *
9 * (c) CrossControl 2010-2019
10 *
11 
12  * File description: CCAux Error handling
13  *
14  ************************************************/
15 
16 #ifndef CCAUXERROR_H_
17 #define CCAUXERROR_H_
18 
19 #include "CCPlatform.h"
20 #include "CCAuxTypes.h"
21 
22 #ifdef __cplusplus
23 namespace CrossControl
24 {
25 #endif
26 
37  EXTERN_C
38  CCAUXDLL_API
39  char_t const*
40  CCAUXDLL_CALLING_CONV
41  GetErrorStringA(eErr errCode);
42 
52  EXTERN_C
53  CCAUXDLL_API
54  wchar_t const*
55  CCAUXDLL_CALLING_CONV
56  GetErrorStringW(eErr errCode);
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 
62 #endif /* CCAUXERROR_H_ */
63 
eErr
Definition: CCAuxTypes.h:159
Definition: About.h:30
EXTERN_C CCAUXDLL_API wchar_t const *CCAUXDLL_CALLING_CONV GetErrorStringW(eErr errCode)
EXTERN_C CCAUXDLL_API char_t const *CCAUXDLL_CALLING_CONV GetErrorStringA(eErr errCode)
char char_t
Definition: CCAuxTypes.h:27