home *** CD-ROM | disk | FTP | other *** search
- 'Partial List of Visual Basic Declarations and defines for Paradox Engine Library
-
- Global Const PXSINGLECLIENT = 0
- Global Const PXShared = 2
- Global Const PXSUCCESS = 0
- Global Const PXERR_RECNOTFOUND = 89
- Global Const SEARCHFIRST = 0
- Global Const SEARCHNEXT = 1
- Global Const CLOSESTRECORD = 2
-
- Declare Function PXWinInit Lib "pxengwin.dll" (ByVal appName$, ByVal ShareMode%) As Integer
- Declare Function PXTblOpen Lib "pxengwin.dll" (ByVal TblName$, tlbHandlePtr%, ByVal indexID%, ByVal saveEveryChange%) As Integer
- Declare Function PXTblNRecs Lib "pxengwin.dll" (ByVal tblHandle%, nRecsPtr&) As Integer
- Declare Function PXTblClose Lib "pxengwin.dll" (ByVal tblHandle%) As Integer
- Declare Function PXRecGoto Lib "pxengwin.dll" (ByVal tblHandle%, ByVal recNum&) As Integer
- Declare Function PXRecGet Lib "pxengwin.dll" (ByVal tblHandle%, ByVal recHandle%) As Integer
- Declare Function PXRecBufOpen Lib "pxengwin.dll" (ByVal tblHandle%, recHandlePtr%) As Integer
- Declare Function PXRecBufEmpty Lib "pxengwin.dll" (ByVal recHandle%) As Integer
- Declare Function PXRecBufClose Lib "pxengwin.dll" (ByVal recHandle%) As Integer
- Declare Function PXGetAlpha Lib "pxengwin.dll" (ByVal recHandle%, ByVal fldHandle%, ByVal bufSize%, ByVal dest$) As Integer
- Declare Function PXExit Lib "pxengwin.dll" () As Integer
- Declare Function PXNetTblLock Lib "pxengwin.dll" (ByVal tblHandle%, ByVal lockType%) As Integer
- Declare Function PXNetTblUnlock Lib "pxengwin.dll" (ByVal tblHandle%, ByVal lockType%) As Integer
- Declare Function PXRecNext Lib "pxengwin.dll" (ByVal tblHandle%) As Integer
- Declare Function PXRecFirst Lib "pxengwin.dll" (ByVal tblHandle%) As Integer
- Declare Function PXNetTblRefresh Lib "pxengwin.dll" (ByVal tblHandle%) As Integer
- Declare Function PXSetDefaults Lib "pxengwin.dll" (ByVal bufSize%, ByVal maxTables%, ByVal maxRecBufs%, ByVal maxLocks%, ByVal maxFi
- les%, ByVal sortOrder%) As Integer
- Declare Function PXSrchFld Lib "pxengwin.dll" (ByVal tblHandle%, ByVal recHandle%, ByVal fldHandle%, ByVal scope%) As Integer
- Declare Function PXSrchKey Lib "pxengwin.dll" (ByVal tblHandle%, ByVal recHandle%, ByVal nFlds%, ByVal scope%) As Integer
- Declare Function PXTblExist Lib "pxengwin.dll" (ByVal TblName$, Exist%) As Integer
- Declare Function PXRecNum Lib "pxengwin.dll" (ByVal tblHandle%, recNumPtr&) As Integer
- Declare Function PXPutAlpha Lib "pxengwin.dll" (ByVal tblHandle%, ByVal fldHandle%, ByVal newStr$) As Integer
- Declare Function PXRecAppend Lib "pxengwin.dll" (ByVal TblHndl%, ByVal RecHndl%) As Integer
- Declare Function PXFldHandle Lib "pxengwin.dll" (ByVal TblHndl%, ByVal FldName$, FldHndl%) As Integer
-
-