UnlockNetAccessFile
function UnlockNetAccessFile (var NetAccess : TNetAccess) : Boolean;
TNetAccess = packed record
Fh : Integer;
Key : TKey;
CheckValue : Word;
Index : Word;
end;
UnlockNetAccessFile unlocks 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.