LMR_QUERY_INFO_PARAM - NtDoc

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

typedef struct _LMR_QUERY_INFO_PARAM {
  LMR_QUERY_INFO_CLASS Operation;
} LMR_QUERY_INFO_PARAM, *PLMR_QUERY_INFO_PARAM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-lmr_query_info_param)

Description

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

Members

Operation

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

See also

FSCTL_LMR_QUERY_INFO

LMR_QUERY_INFO_CLASS