<< SL_RenameFile | SL_UnlockFile >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_LockFile
NAME
SL_LockFile -- locks a file.
SYNOPSIS
lockhandle = SL_LockFile(apphandle, filename, mode);
D0 A0 A1 D0
LOCKHANDLE SL_LockFile(APPHANDLE, SLCHAR *, UWORD);
FUNCTION
INPUTS
apphandle - as returned by SL_AppInitA.
filename - the name of the file to lock.
mode - one of FLOCK_SHARED or FLOCK_EXCLUSIVE.
RESULTS
SEE ALSO
SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile, SL_FileRequesterA, SL_FlushFile, SL_GetExFileInfo, SL_GetExFileInfoFH, SL_GetFileName, SL_GetFileNotifyAttrA, SL_GetFilePath, SL_GetFilePos, SL_GetFileSize, SL_GetFileSizeFH, SL_LockFile, SL_MakePath, SL_OpenClipboard, SL_OpenFile, SL_ReadFile, SL_RenameFile, SL_SeekFile, SL_SetFileNotifyAttrA, SL_UnlockFile, SL_WriteFile.
SL_LockFile Command Section By Type url:SL_LockFile
created:2008-03-01 23:36:35 last updated:2008-03-01 23:36:35
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_LockFile | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_RenameFile | SL_UnlockFile >> |
Top: Documentation Library | Up: SoftLogik App Library API |