|
Unlocks a file function PXNetFileUnlock (FileName : String; { name of file to unlock } LockType : Integer): Integer; { type of lock (FL, WL, PFL, PWL) } Errors: PXERR_FILEBUSY 3 File is busy PXERR_INVLOCKCODE 106 Invalid lock code PXERR_NONETINIT 107 Engine not initialized with PXNetInit PXERR_INVFILENAME 108 Invalid file name PXERR_INVUNLOCK 109 Invalid unlock |
|