Undocumented functions of NTDLL

2OO1, 6 January


NtUnlockFile
NtUnlockFile

NTSYSAPI 
NTSTATUS
NTAPI

NtUnlockFile(
IN HANDLE FileHandle, OUT PIO_STATUS_BLOCK IoStatusBlock, IN PLARGE_INTEGER ByteOffset, IN PLARGE_INTEGER Length, IN PULONG Key );



Requirements:
Library: ntdll.lib


See also:
NtCreateFile
NtLockFile
NtOpenFile
NtReadFile
NtReadFileScatter
NtWriteFile
NtWriteFileGather