|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
CONNECTION_INFO_1
The CONNECTION_INFO_0 structure specifies the identification number of a connection, number of open files, connection time, number of users on the connection, and the type of connection.
typedef struct _CONNECTION_INFO_1 { DWORD coni1_id; DWORD coni1_type; DWORD coni1_num_opens; DWORD coni1_num_users; DWORD coni1_time; LPTSTR coni1_username; LPTSTR coni1_netname; } CONNECTION_INFO_1, *PCONNECTION_INFO_1, *LPCONNECTION_INFO_1;
Members
coni1_id
Connection identification number.
coni1_type
Indicates the type of connection made from the local device name to the shared resource. This member can be one of the following values:
Value Meaning STYPE_DISKTREE Print queue STYPE_PRINTQ Disk drive STYPE_DEVICE Communication device STYPE_IPC Interprocess Communication (IPC)
coni1_num_opens
Indicates the number of files currently open as a result of the connection.
coni1_num_users
Indicates the number of users are on the connection.
coni1_time
Indicates the number of seconds the connection has been established.
coni1_username
Points to a Unicode string. If the server sharing the resource is running with user-level security, the coni1_username member describes which user made the connection. If the server is running with share-level security, coni1_username describes which computer (computername) made the connection.
coni1_netname
Points to a Unicode string specifying either the sharename of the server's shared resource or the computername of the client. The value of this member depends on which name was specified as the pszQualifier parameter of the NetConnectionEnum function. The name not specified in the pszQualifier parameter of the NetConnectionEnum function is automatically supplied to the pszQualifier of coni1_netname.
See Also
NetConnectionEnum
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
CONNECTION_INFO_1
Структура CONNECTION_INFO_0 определяет номер идентификации связи, количества открытых файлов, времени связи, количества потребителей на связи, и типе связи.
typedef struct _CONNECTION_INFO_1 { coni1_id DWORD; coni1_type DWORD; coni1_num_opens DWORD; coni1_num_users DWORD; coni1_time DWORD; coni1_username LPTSTR; coni1_netname LPTSTR; } CONNECTION_INFO_1, *PCONNECTION_INFO_1, *LPCONNECTION_INFO_1;
Участники
coni1_id
Номер идентификации Связи.
coni1_type
Указывает тип связи сделанной из локального имени устройства в коллективный ресурс. Этот член может быть одним из следующего величин:
Оцените очередь Распечатки Значения STYPE_DISKTREE устройства Связи STYPE_PRINTQ Disk drive STYPE_DEVICE Межпроцессовой Связи STYPE_IPC (IPC)
coni1_num_opens
Указывает количество файлов к настоящему времени открытое в результате связи.
coni1_num_users
Указывает что количество пользователей находится на связи.
coni1_time
Указывает время в секундах, что связь установлена.
coni1_username
Точки на строку Уникода. Если сервер, использовавший ресурс работает с пользователем-уровнем безопасности, coni1_username элемент описывает какого пользователя сделавшего связью. Если сервер работает с акционерным уровнем безопасности, coni1_username описывает какой компьютер (computername) сделавшим связью.
coni1_netname
Точки на строку Уникода, определяющие или sharename коллективного ресурса сервера или computername клиента. Величина этого элемента зависит от которого имя было определено как параметр pszQualifier функции NetConnectionEnum. Имя не определенное в параметре pszQualifier функции NetConnectionEnum автоматически поставлено в pszQualifier coni1_netname.
Смотри Также
NetConnectionEnum
|
|
|
|
| |