SESSION_INFO_0 structure
Contains the name of the computer that established the session.
Syntax
typedef struct _SESSION_INFO_0 { LPWSTR 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
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
- Network Management Overview
- Network Management Structures
- Session Functions
- NetSessionEnum
- NetSessionGetInfo
Community Additions
ADD
Show: