CCAux  2.8.3.0
CCAux API reference
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator
CCAuxErrors.h
Go to the documentation of this file.
1 /************************************************
2 *
3 * CROSSCONTROL AUX API
4 *
5 * CCAuxErrors.h
6 *
7 * Version 2.8.3.0, 2016-04-06
8 *
9 * (c) maximatecc 2013
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 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