LMR_QUERY_INFO_PARAM structure (ntifs.h)

The LMR_QUERY_INFO_PARAM structure is used to query information about a file system.

Syntax

typedef struct _LMR_QUERY_INFO_PARAM {
  LMR_QUERY_INFO_CLASS Operation;
} LMR_QUERY_INFO_PARAM, *PLMR_QUERY_INFO_PARAM;

Members

Operation

A LMR_QUERY_INFO_CLASS enumeration value that specifies the type of information to query.

Requirements

Requirement Value
Minimum supported client Windows 10 version 1809, and Windows 10 version 2004 and above versions
Minimum supported server Windows Server 2019
Header ntifs.h

See also

FSCTL_LMR_QUERY_INFO

LMR_QUERY_INFO_CLASS