LMR_QUERY_INFO_CLASS - NtDoc

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

typedef enum _LMR_QUERY_INFO_CLASS {
  LMRQuerySessionInfo = 1
} LMR_QUERY_INFO_CLASS, *PLMR_QUERY_INFO_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntifs-lmr_query_info_class)

Description

The LMR_QUERY_INFO_CLASS enumeration specifies the type of information to query.

Constants

LMRQuerySessionInfo:1

Query the session ID information for the file or directory. The information is returned in an LMR_QUERY_SESSION_INFO structure via OutputBuffer.

See also

FSCTL_LMR_QUERY_INFO

LMR_QUERY_INFO_PARAM

LMR_QUERY_SESSION_INFO