|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
WKSTA_INFO_102
The WKSTA_INFO_102 structure contains information about a workstation environment, including platform-specific information, the name of the domain and the local computer, and information concerning the LAN Manager software.
typedef struct _WKSTA_INFO_102 { DWORD wki102_platform_id; LPTSTR wki102_computername; LPTSTR wki102_langroup; DWORD wki102_ver_major; DWORD wki102_ver_minor; LPTSTR wki102_lanroot; DWORD wki102_logged_on_users; }WKSTA_INFO_102, *PWKSTA_INFO_102, *LPWKSTA_INFO_102;
Members
wki102_platform_id
Indicates the information level to use to retrieve platform-specific information.
wki102_computername
Points to a Unicode string containing the name of the local computer.
wki102_langroup
Points to a Unicode string containing the name of the domain to which the computer belongs.
wki102_ver_major
Specifies the major version number of the LAN Manager software running on the computer.
wki102_ver_minor
Specifies the minor version number of the LAN Manager software running on the computer.
wki102_lanroot
Points to a Unicode string that contains the path to the LANMAN directory.
wki102_logged_on_users
Returns the number of users who are logged on to the local computer.
See Also
NetWkstaGetInfo, NetWkstaSetInfo
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
WKSTA_INFO_102
Структура WKSTA_INFO_102 содержит информацию о среде рабочей станции, включая платформа-специфическую информацию, имя области и локальный компьютер, и информация относительно программного обеспечения Менеджера LAN.
typedef struct _WKSTA_INFO_102 { wki102_platform_id DWORD; wki102_computername LPTSTR; wki102_langroup LPTSTR; wki102_ver_major DWORD; wki102_ver_minor DWORD; wki102_lanroot LPTSTR; wki102_logged_on_users DWORD; }WKSTA_INFO_102, *PWKSTA_INFO_102, *LPWKSTA_INFO_102;
Участники
wki102_platform_id
Указывает информационный уровень, чтобы использоваться, чтобы извлекать платформа-специфическую информацию.
wki102_computername
Точки на строку Уникода, содержащие имя локального компьютера.
wki102_langroup
Точки на строку Уникода, содержащие имя области на которой компьютер принадлежит.
wki102_ver_major
Определяет основной номер версии программного обеспечения Менеджера LAN работая на компьютере.
wki102_ver_minor
Определяет незначительный номер версии программного обеспечения Менеджера LAN работая на компьютере.
wki102_lanroot
Точки на строку Уникода, что содержит путь в директорий LANMAN.
wki102_logged_on_users
Возвращает количество пользователей, которые зарегистрироваться в локальном компьютере.
Смотри Также
NetWkstaGetInfo, NetWkstaSetInfo
|
|
|
|
| |