LMR_QUERY_SESSION_INFO structure (ntifs.h)

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

Syntax

typedef struct _LMR_QUERY_SESSION_INFO {
  UINT64 SessionId;
} LMR_QUERY_SESSION_INFO, *PLMR_QUERY_SESSION_INFO;

Members

SessionId

The session ID of the file or directory.

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