CCAux  2.7.2.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.7.2.0, 2014-08-25
8 *
9 * (c) maximatecc 2013
10 *
11 * File description: CCAux Error handling
12 *
13 ************************************************/
14 
15 #ifndef CCAUXERROR_H_
16 #define CCAUXERROR_H_
17 
18 #include "CCPlatform.h"
19 #include "CCAuxTypes.h"
20 
21 #ifdef __cplusplus
22 namespace CrossControl
23 {
24 #endif
25 
36  EXTERN_C
37  CCAUXDLL_API
38  char const*
39  CCAUXDLL_CALLING_CONV
40  GetErrorStringA(eErr errCode);
41 
50  EXTERN_C
51  CCAUXDLL_API
52  wchar_t const*
53  CCAUXDLL_CALLING_CONV
54  GetErrorStringW(eErr errCode);
55 
56 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif /* CCAUXERROR_H_ */
62