Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |