CCAux  2.20.0.0
CCAux API reference
CCAuxErrors.h
Go to the documentation of this file.
1 
2 /*
3  * Copyright (C) 2023 CrossControl AB
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; with
8  * version 2.1 of the License.
9  */
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_t const *CCAUXDLL_CALLING_CONV GetErrorStringA(eErr errCode);
39 
49 EXTERN_C
50 CCAUXDLL_API
51 wchar_t const *CCAUXDLL_CALLING_CONV GetErrorStringW(eErr errCode);
52 
53 #ifdef __cplusplus
54 }
55 #endif
56 
57 #endif /* CCAUXERROR_H_ */
char char_t
Definition: CCAuxTypes.h:17
Definition: About.h:30
EXTERN_C CCAUXDLL_API char_t const *CCAUXDLL_CALLING_CONV GetErrorStringA(eErr errCode)
eErr
Definition: CCAuxTypes.h:162
EXTERN_C CCAUXDLL_API wchar_t const *CCAUXDLL_CALLING_CONV GetErrorStringW(eErr errCode)