LockNetAccessFile<br/>function LockNetAccessFile (const FileName : string; const Key : TKey; var NetAccess : TNetAccess) : Boolean;<br/>TNetAccess = packed record<br/> 燜h � � � � : Integer;<br/> 燢ey � � � �: TKey;<br/> 燙heckValue : Word;<br/> 營ndex � � �: Word;<br/>end;
LockNetAccessFile
function LockNetAccessFile (const FileName : string; const Key : TKey; var NetAccess : TNetAccess) : Boolean;
TNetAccess = packed record
Fh : Integer;
Key : TKey;
CheckValue : Word;
Index : Word;
end;
LockNetAccessFile locks an access slot in the network access file specified by FileName and returns false if an error occurs.
This routine is defined in the OgNetWrk unit.