FSCTL_LMR_GET_LINK_TRACKING_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

// CTL_CODE(0x0014, 0x03a, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define FSCTL_LMR_GET_LINK_TRACKING_INFORMATION 0x001400E8
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (fsctl-lmr-get-link-tracking-information)

FSCTL_LMR_GET_LINK_TRACKING_INFORMATION control code

The FSCTL_LMR_GET_LINK_TRACKING_INFORMATION control code retrieves the link tracking information for a file.

To perform this operation, call FltFsControlFile or ZwFsControlFile with the following parameters.

Parameters

Status block

FltFsControlFile or ZwFsControlFile returns STATUS_SUCCESS if the operation succeeds. Otherwise, the appropriate function returns the appropriate NTSTATUS error code.

Requirements

Requirement type Requirement
Header Ntifs.h (include Ntifs.h)