FSCTL_LMR_QUERY_INFO - NtDoc

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

// CTL_CODE(0x0009, 0x11e, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define FSCTL_LMR_QUERY_INFO 0x00090478
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-ntifs-fsctl_lmr_query_info)

Description

The FSCTL_LMR_QUERY_INFO control code retrieves the desired information for a remote file or directory opened locally.

Parameters

Major code

FSCTL_LMR_QUERY_INFO

Input buffer

Input buffer length

Output buffer

Output buffer length

Input/output buffer

Input/output buffer length

Status block

Remarks

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

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

See also

FltFsControlFile

ZwFsControlFile