The DB-Library for C header files Sqlfront.h and Sqldb.h have been changed. They now use standard Microsoft® Win32® API portable data types. The new PDBPROCESS, PLOGINREC, and PDBCURSOR portable macros can be used instead of the platform-specific pointers.
Use | Instead of |
---|---|
PDBPROCESS | DBPROCESS * DBPROCESS NEAR * DBPROCESS FAR * |
PLOGINREC | LOGINREC * LOGINREC NEAR * LOGINREC FAR * |
PDBCURSOR | DBCURSOR * DBCURSOR NEAR * DBCURSOR FAR * |
Also, the new PDBHANDLE macro indicates that either a PDBPROCESS, PLOGINREG, or PDBCURSOR may be valid.