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