UltraScan III
us_win_utils.h
Go to the documentation of this file.
1 #ifndef WIN_UTILS_H
2 #define WIN_UTILS_H
3 
4 #ifndef ulong
5 #define ulong unsigned long int
6 #endif
7 
8 char* GetLastError( void );
9 int GetErrorCode( void );
10 int ShowInterpNames( char*, int );
11 int SendCommand( ulong, char*, char* );
12 int SendQuery( ulong, char*, char*, char*, int );
13 
14 #endif
15 
16