Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FsRtlFreeAePushLock function (ntifs.h)

FsRtlFreeAePushLock deallocates an auto-expand push lock.

Syntax

VOID FsRtlFreeAePushLock(
 [in] PVOID AePushLock
);

Parameters

[in] AePushLock

Pointer to an auto-expand push lock that was allocated by FsRtlAllocateAePushLock.

Return value

None

Remarks

See FSRTL_ADVANCED_FCB_HEADER for more information about auto-expand push locks.

Requirements

Requirement Value
Minimum supported client Windows 10, version 20H2
Header ntifs.h
IRQL <= APC_LEVEL

See also

FSRTL_ADVANCED_FCB_HEADER

FsRtlAllocateAePushLock


Feedback

Was this page helpful?

Additional resources