LMR_QUERY_SESSION_INFO - NtDoc

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

typedef struct _LMR_QUERY_SESSION_INFO {
  UINT64 SessionId;
} LMR_QUERY_SESSION_INFO, *PLMR_QUERY_SESSION_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The LMR_QUERY_SESSION_INFO structure is used to return queried session information for a file or directory.

Members

SessionId

The session ID of the file or directory.

See also

FSCTL_LMR_QUERY_INFO

LMR_QUERY_INFO_CLASS