NtUnlockFile
Function parameters
Parameters
- IoStatusBlock:*IO_STATUS_BLOCK
- ByteOffset:*const LARGE_INTEGER
- Length:*const LARGE_INTEGER
- Key:?*ULONG
Functions in this namespace
Functions
- RtlGetFullPathName_U
- Returns the number of bytes written to `Buffer`.
Source
Implementation
pub extern "ntdll" fn NtUnlockFile(
FileHandle: HANDLE,
IoStatusBlock: *IO_STATUS_BLOCK,
ByteOffset: *const LARGE_INTEGER,
Length: *const LARGE_INTEGER,
Key: ?*ULONG,
) callconv(.winapi) NTSTATUS