|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
USE_INFO_1
The USE_INFO_1 structure contains status information about a remote or shared resource and their associated accounts.
typedef struct _USE_INFO_1 { LPTSTR ui1_local; LPTSTR ui1_remote; LPTSTR ui1_password; DWORD ui1_status; DWORD ui1_asg_type; DWORD ui1_refcount; DWORD ui1_usecount; }USE_INFO_1, *PUSE_INFO_1, *LPUSE_INFO_1;
Members
ui1_local
Specifies a Unicode string that contains the local device name (for example, drive E or LPT1) being redirected to the shared resource. The constant DEVLEN specifies the maximum number of characters in the string.
ui1_remote
Points to a Unicode string that specifies the share name of the remote resource. The string is in the form
\e\eservername\e\esharename
ui1_password
Points to a Unicode string that contains the password needed to establish a session with a specific workstation.
ui1_status
Specifies the status of the connection. This element is not used by the NetUseAdd function. The following values are defined:
Value Meaning USE_OK The connection is valid. USE_PAUSED Paused by local workstation. USE_SESSLOST Disconnected. USE_DISCONN An error occurred. USE_NETERR A network error occurred. USE_CONN Connection is being made. SE_RECONN Reconnecting.
ui1_asg_type
Contains values that determine several features. This member can be any of the following values:
Value Meaning USE_WILDCARD Matches the type of the server's shared resources. Wildcards can be used only with the NetUseAdd function, and only when the ui1_local member is a null string. USE_DISKDEV Disk device. USE_SPOOLDEV Spooled printer. USE_CHARDEV Communication device. USE_IPC Interprocess communication (IPC).
ui1_refcount
Specifies how many files, directories, and other processes are open on the remote resource. This element is not used by the NetUseAdd function.
ui1_usecount
Specifies how many explicit connections (redirection with a local device name) or implicit UNC connections (redirection without a local device name) are established with the resource.
See Also
NetUseAdd, NetUserEnum, NetUseGetInfo
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
USE_INFO_1
Структура USE_INFO_1 содержит информации статуса о дистанционном или коллективном ресурсе и их связанных отчетностях.
typedef struct _USE_INFO_1 { ui1_local LPTSTR; ui1_remote LPTSTR; ui1_password LPTSTR; ui1_status DWORD; ui1_asg_type DWORD; ui1_refcount DWORD; ui1_usecount DWORD; }USE_INFO_1, *PUSE_INFO_1, *LPUSE_INFO_1;
Участники
ui1_local
Определяет строку Уникода, которая содержит локальное имя устройства (например, накопитель E или LPT1) переназначенное в коллективный ресурс. Константа DEVLEN определяет максимальное количество символов в строке.
ui1_remote
Точки на строку Уникода, что определяет акционерное имя дистанционного ресурса. Строка - в форме
\e\eservername\e\esharename
ui1_password
Точки на строку Уникода, что содержит пароль, которому нужно устанавливать сеанс со специфической рабочей станцией.
ui1_status
Определяет статус связи. Этот элемент не использован функцией NetUseAdd. Следующие величины определены:
Значение Величины USE_OK связь в силе. USE_PAUSED Останавливался локальной рабочей станцией. USE_SESSLOST Разъединен. USE_DISCONN ошибка происходила. USE_NETERR сетевая ошибка происходила. Связь USE_CONN сделана. Пересоединять SE_RECONN.
ui1_asg_type
Содержит величины, которые определяют несколько характеристик. Этот элемент может быть любым из следующего величин:
Значение Величины USE_WILDCARD Соответствует типу коллективных ресурсов сервера. Шаблоны могут использоваться только с функцией NetUseAdd, и только когда ui1_local элемент является недействительной строкой. устройство Диска USE_DISKDEV. USE_SPOOLDEV Буферизовал принтер. устройство Связи USE_CHARDEV. Межпроцессовая связь USE_IPC (IPC).
ui1_refcount
Определяет сколько файлов, директориев, и другие процессы открытые в дистанционном ресурсе. Этот элемент не использован функцией NetUseAdd.
ui1_usecount
Определяет сколько явных связей (переадресация с локальным именем устройства) или подразумевающиеся связи UNC (переадресация без локального имени устройства), установлены ресурсом.
Смотри Также
NetUseAdd, NetUserEnum, NetUseGetInfo
|
|
|
|
| |