SESSION_INFO_0 structure (lmshare.h)
Contains the name of the computer that established the session.
Syntax
typedef struct _SESSION_INFO_0 {
LMSTR sesi0_cname;
} SESSION_INFO_0, *PSESSION_INFO_0, *LPSESSION_INFO_0;
Members
sesi0_cname
Pointer to a Unicode string that contains the name of the computer that established the session. This string cannot contain a backslash (\).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | lmshare.h (include Lm.h) |