VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
viberror.h
Go to the documentation of this file.
1 
9 #ifndef VIBERROR_H__
10 #define VIBERROR_H__
11 
12 #include "vibdefines.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
28 VIBDLLFUNC void VIBCALL VIBError_GetLastError(const char **message, int *iberror, int *sqlcode);
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif
35 
36 // EOF
37