// 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 referenceNo description available.
The LMR_QUERY_INFO_PARAM structure is used to query information about a file system.
OperationA LMR_QUERY_INFO_CLASS enumeration value that specifies the type of information to query.