FsRtlAreThereWaitingFileLocks function (ntifs.h)
The FsRtlAreThereWaitingFileLocks routine checks a file lock queue for any waiting file locks.
Syntax
BOOLEAN FsRtlAreThereWaitingFileLocks(
[in] PFILE_LOCK FileLock
);
Parameters
[in] FileLock
The file lock that specifies locked ranges.
Return value
Returns TRUE if waiting file locks are present; FALSE otherwise.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | ntifs.h (include Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= APC_LEVEL |