// 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 referenceNo description available.
The LMR_QUERY_SESSION_INFO structure is used to return queried session information for a file or directory.
SessionIdThe session ID of the file or directory.