CCAux 2.19.0.0
CCAux API reference
CCAuxErrors.h
Go to the documentation of this file.
1
2/*
3 * Copyright (C) 2010-2022 CrossControl AB - All rights reserved
4 *
5 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 *
7 * This source code is licensed under the proprietary CrossControl software
8 * license v 1.0.Please refer to the software license text for details or
9 * contact info@crosscontrol.com for more info.
10 *
11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12 */
13/*
14 * File description: CCAux Error handling
15 *
16 ************************************************/
17
18#ifndef CCAUXERROR_H_
19#define CCAUXERROR_H_
20
21#include "CCPlatform.h"
22#include "CCAuxTypes.h"
23
24#ifdef __cplusplus
25namespace CrossControl
26{
27#endif
28
39EXTERN_C
40CCAUXDLL_API
41char_t const *CCAUXDLL_CALLING_CONV GetErrorStringA(eErr errCode);
42
52EXTERN_C
53CCAUXDLL_API
54wchar_t const *CCAUXDLL_CALLING_CONV GetErrorStringW(eErr errCode);
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* CCAUXERROR_H_ */
char char_t
Definition: CCAuxTypes.h:17
Definition: About.h:33
EXTERN_C CCAUXDLL_API char_t const *CCAUXDLL_CALLING_CONV GetErrorStringA(eErr errCode)
EXTERN_C CCAUXDLL_API wchar_t const *CCAUXDLL_CALLING_CONV GetErrorStringW(eErr errCode)
eErr
Definition: CCAuxTypes.h:162