AlcapDAQ  1
odb_wrapper.h
Go to the documentation of this file.
1 int odb_connect(char *format, ...);
2 int odb_find_key(char *format, ...);
3 int odb_get_int(char *format, ...);
4 WORD odb_get_word(char *format, ...);
5 DWORD odb_get_dword(char *format, ...);
6 BOOL odb_get_bool(char *format, ...);
7 void odb_get_boolarray(BOOL *array_out, int num_array_elements,
8  char *format, ...);