|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
SESSION_INFO_1
The SESSION_INFO_1 structure contains information about the session, including name of the computer; name of the user; and files, pipes, and devices on the computer.
typedef struct _SESSION_INFO_1 { LPTSTR sesi1_cname; // client name (no backslashes) LPTSTR sesi1_username; DWORD sesi1_time; DWORD sesi1_idle_time; DWORD sesi1_user_flags; } SESSION_INFO_1, *PSESSION_INFO_1, *LPSESSION_INFO_1;
Members
sesi1_cname
Points to a Unicode string containing the name of the computer that established the session.
sesi1_username
Points to a Unicode string containing the name of the user who established the session.
sesi1_num_opens
Displays the number of files, devices, and pipes opened during the session.
sesi1_time
Specifies the number of seconds a session has been active.
sesi1_idle_time
Specifies the number of seconds a session has been idle.
sesi1_user_flags
Describes how the user established the session. This member can be one of the following values:
Value Meaning SESS_GUEST The sesi1_username member established the session using a guest account. SESS_NOENCRYPTION The sesi1_username member established the session without using password encryption.
See Also
NetSessionEnum, NetSessionGetInfo
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
SESSION_INFO_1
Структура SESSION_INFO_1 содержит информацию о сеансе, включая имя компьютера; назовите пользователя; и файлы, трубы, и устройства в компьютере.
typedef struct _SESSION_INFO_1 { sesi1_cname LPTSTR; // имя клиента (без обратной косой черты) sesi1_username LPTSTR; sesi1_time DWORD; sesi1_idle_time DWORD; sesi1_user_flags DWORD; } SESSION_INFO_1, *PSESSION_INFO_1, *LPSESSION_INFO_1;
Участники
sesi1_cname
Точки на строку Уникода, содержащие имя компьютера, который устанавливал сеанс.
sesi1_username
Точки на строку Уникода, содержащие имя пользователя, который устанавливал сеанс.
sesi1_num_opens
Отображает количество файлов, устройств, и трубы открывались в течение сеанса.
sesi1_time
Определяет время в секундах, что сеанс был активен.
sesi1_idle_time
Определяет время в секундах, что сеанс был холостым.
sesi1_user_flags
Описывает как пользователь устанавливал сеанс. Этот элемент может быть одним из следующего величин:
Значение Величины SESS_GUEST sesi1_username элемент устанавливал сеанс, использовавший счет гостя. SESS_NOENCRYPTION sesi1_username элемент устанавливал сеанс не используя шифрование пароля.
Смотри Также
NetSessionEnum, NetSessionGetInfo
|
|
|
|
| |