|
|
Initializes the Engine for concurrency operations under Windows
function PXWinInit
(ClientName : PChar; { name of application }
ShareMode : Integer) : Integer; { PXSingleClient = no locking }
{ PXExclusive = FL on tbl opens }
{ PXShared = PFL on tbl opens }
Errors: PXERR_INVPARAMETER 33 Invalid argument
PXERR_OUTOFMEM 40 Not enough memory to complete operation
PXERR_ALREADYINIT 82 Engine already initialized
PXERR_TOOMANYCLIENTS 131 Too many clients for the DLL |
|
|