CQDB Constants


Detailed Description

The CQDB Constants.


Enumerations

enum  { CQDB_NONE = 0, CQDB_ONEWAY = 0x00000001, CQDB_ERROR_OCCURRED = 0x00010000 }
 CQDB flags. More...
enum  {
  CQDB_SUCCESS = 0, CQDB_ERROR = -1024, CQDB_ERROR_NOTFOUND, CQDB_ERROR_OUTOFMEMORY,
  CQDB_ERROR_FILEWRITE, CQDB_ERROR_FILETELL, CQDB_ERROR_FILESEEK, CQDB_ERROR_INVALIDID
}
 CQDB status codes. More...


Enumeration Type Documentation

anonymous enum

CQDB flags.

Enumerator:
CQDB_NONE  No flag.
CQDB_ONEWAY  A reverse lookup array is omitted.
CQDB_ERROR_OCCURRED  An error has occurred.

anonymous enum

CQDB status codes.

Enumerator:
CQDB_SUCCESS  Success.
CQDB_ERROR  Unspecified error.
CQDB_ERROR_NOTFOUND  String not found.
CQDB_ERROR_OUTOFMEMORY  Insufficient memory.
CQDB_ERROR_FILEWRITE  Error in fwrite() operations.
CQDB_ERROR_FILETELL  Error in ftell() operations.
CQDB_ERROR_FILESEEK  Error in fseek() operations.
CQDB_ERROR_INVALIDID  Invalid parameters.


Copyright (c) 2002-2007 by Naoaki Okazaki
Sat Dec 1 18:09:34 2007