На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

USER_INFO_11



The USER_INFO_11 structure contains user information for network accounts.

typedef struct _USER_INFO_11 {
LPWSTR usri11_name;
LPWSTR usri11_comment;
LPWSTR usri11_usr_comment;
LPWSTR usri11_full_name;
DWORD usri11_priv;
DWORD usri11_auth_flags;
DWORD usri11_password_age;
LPWSTR usri11_home_dir;
LPWSTR usri11_parms;
DWORD usri11_last_logon;
DWORD usri11_last_logoff;
DWORD usri11_bad_pw_count;
DWORD usri11_num_logons;
LPWSTR usri11_logon_server;
DWORD usri11_country_code;
LPWSTR usri11_workstations;
DWORD usri11_max_storage;
DWORD usri11_units_per_week;
PBYTE usri11_logon_hours;
DWORD usri11_code_page;
}USER_INFO_11, *PUSER_INFO_11, *LPUSER_INFO_11;



Members

usri11_name

Specifies the name of the user account. For NetUserSetInfo, this member is ignored. The number of characters in the name cannot exceed the value of UNLEN.

usri11_comment

Points to a Unicode string that contains a user comment. This string can be a null string, or it can have any number of characters before the terminating null character.

usri11_usr_comment

Points to a Unicode string that contains a user comment. This string can be a null string, or it can have any number of characters before the terminating null character.

usri11_full_name

Points to a Unicode string that contains the full name of the user. This string can be a null string, or it can have any number of characters before the terminating null character.

usri11_priv

One of three values specifying the level of privilege assigned the usri11_name member. For NetUserAdd, this member must be USER_PRIV_USER. For NetUserSetInfo, this member must be the value returned from NetUserGetInfo or NetUserEnum. This member can be one of the following values:

Value Meaning
USER_PRIV_GUEST Guest
USER_PRIV_USER User
USER_PRIV_ADMIN Administrator


usri11_auth_flags

Specifies an unsigned long integer that contains values that specify the user's operator privileges.

For Windows NT servers, the following restrictions apply; for NetUserAdd, this member must be 0. For NetUserSetInfo, this member must be the value returned from NetUserGetInfo or NetUserEnum.
For NetUserGetInfo or NetUserEnum, the appropriate value is returned based on the local group membership. If the user is a member of Print Operations, AF_OP_PRINT is set. If the user is a member of Server Operations, AF_OP_SERVER is set. If the user is a member of the Account Operations, AF_OP_ACCOUNTS is set. AF_OP_COMM is never set.

The NetUserAdd and NetUserSetInfo functions ignore this member.
This member can be one of the following values:

Value Meaning
AF_OP_PRINT The print operator privilege is enabled.
AF_OP_COMM The communications operator privilege is enabled.
AF_OP_SERVER The server operator privilege is enabled.
AF_OP_ACCOUNTS The accounts operator privilege is enabled.


usri11_password_age

Specifies the number of seconds elapsed since the usri11_password member was last changed. The NetUserAdd and NetUserSetInfo functions ignore this member.

usri11_home_dir

Points to a Unicode string containing the path of the home directory for the user specified in the user_name member. The string can be null.

usri11_parms
Points to a Unicode string that is set aside for use by applications. This string can be a null string, or it can have any number of characters before the terminating null character. Microsoft products use this member to store user configuration information. Do not modify this information. usri11_last_logon

Specifies when the last logon occurred. This value is stored as the number of seconds elapsed since 00:00:00, January 1, 1970. This member is ignored in NetUserAdd and NetUserSetInfo calls. This member is maintained separately on each Backup Domain Controller (BDC) in the domain. To get an accurate value, each BDC in the domain must be queried, and the largest value is used.

usri11_last_logoff

Specifies when the last logoff occurred. This value is stored as the number of seconds elapsed since 00:00:00, January 1, 1970. A value of zero means that the last logoff time is unknown. This element is ignored in NetUserAdd and NetUserSetInfo calls. This member is maintained separately on each Backup Domain Controller (BDC) in the domain. To get an accurate value, each BDC in the domain must be queried, and the largest value is used.

usri11_bad_pw_count

Specifies the number of times the user tried to log on to this account using an incorrect password. A value of 0xFFFFFFFF indicates that the value is unknown. This member is ignored in NetUserAdd and NetUserSetInfo calls. This member is maintained separately on each Backup Domain Controller (BDC) in the domain. To get an accurate value, each BDC in the domain must be queried, and the largest value is used.

usri11_num_logons

Counts the number of successful times the user tried to log on to this account. A value of 0xFFFFFFFF indicates that the value is unknown. This element is ignored in NetUserAdd and NetUserSetInfo calls. This member is maintained separately on each Backup Domain Controller (BDC) in the domain. To get an accurate value, each BDC in the domain must be queried, and the member uses the sum of the values.

usri11_logon_server

Points to a Unicode string that contains the name of the server to which logon requests are sent. Servernames should be preceded by two backslashes (\\). When a servername is indicated by an asterisk (\\*), the logon request can be handled by any logon server. A null string indicates that requests are sent to the domain controller. For Windows NT Servers, NetUserGetInfo and NetUserEnum return \\*. The NetUserAdd and NetUserSetInfo functions ignore this member.

usri11_country_code

Specifies the country code for the user's language of choice.

usri11_workstations

Points to a Unicode string that contains the names of workstations from which the user can log on. As many as eight workstations can be specified; the names must be separated by commas (,). A null string indicates that there is no restriction. To disable logons from all workstations to this account, set the UF_ACCOUNTDISABLE value in the usri*_flags member.

usri11_max_storage

Specifies the maximum amount of disk space the user can use. Use the value specified in USER_MAXSTORAGE_UNLIMITED to use all available disk space.

usri11_units_per_week

Specifies the number of equal-length time units into which the week is divided. The usri11_units_per_week member uses these time units to compute the length of the bit string in the usri2_logon_hours member. This value must be UNITS_PER_WEEK for LAN Manager 2.0. This element is ignored in the NetUserAdd and NetUserSetInfo functions. For Windows NT services, the units must be one of the following: SAM_DAYS_PER_WEEK, SAM_HOURS_PER_WEEK, or SAM_MINUTES_PER_WEEK.

usri11_logon_hours

Points to a 21-byte (168 bits) bit string that specifies the times during which the user can log on. Each bit represents a unique hour in the week. The first bit (bit 0, word 0) is Sunday, 0:00 to 0:59; the second bit (bit 1, word 0) is Sunday, 1:00 to 1:59; and so on. A null pointer in this member for NetUserAdd calls means that there is no time restriction. A null pointer in this element for NetUserSetInfo calls means that no change is to be made.

usri11_code_page

Specifies the code page for the user's language of choice.



See Also

NetUserAdd, NetUserDel, NetUserEnum, NetUserGetInfo, NetUserSetInfo


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

USER_INFO_11



Структура USER_INFO_11 содержит информацию пользователя для сетевых отчетностей.

typedef struct _USER_INFO_11 { usri11_name LPWSTR;
usri11_comment LPWSTR;
usri11_usr_comment LPWSTR;
usri11_full_name LPWSTR;
usri11_priv DWORD;
usri11_auth_flags DWORD;
usri11_password_age DWORD;
usri11_home_dir LPWSTR;
usri11_parms LPWSTR;
usri11_last_logon DWORD;
usri11_last_logoff DWORD;
usri11_bad_pw_count DWORD;
usri11_num_logons DWORD;
usri11_logon_server LPWSTR;
usri11_country_code DWORD;
usri11_workstations LPWSTR;
usri11_max_storage DWORD;
usri11_units_per_week DWORD;
usri11_logon_hours PBYTE;
usri11_code_page DWORD;
}USER_INFO_11, *PUSER_INFO_11, *LPUSER_INFO_11;



Участники

usri11_name

Определяет имя счета пользователя. Для NetUserSetInfo, этот элемент проигнорирован. Количество символов в имени не может превысить величину UNLEN.

usri11_comment

Точки на строку Уникода, что содержит комментарий пользователя. Эта строка может быть недействительной строкой, или это может имело любое количество символов перед завершающим недействительным символом.

usri11_usr_comment

Точки на строку Уникода, что содержит комментарий пользователя. Эта строка может быть недействительной строкой, или это может имело любое количество символов перед завершающим недействительным символом.

usri11_full_name

Точки на строку Уникода, что содержит полное имя пользователя. Эта строка может быть недействительной строкой, или это может имело любое количество символов перед завершающим недействительным символом.

usri11_priv

Одной из трех величин, определяющих, что уровень привилегии назначал usri11_name элемент. Для NetUserAdd, этот элемент должен быть USER_PRIV_USER. Для NetUserSetInfo, этот элемент должен быть величиной возвращанной из NetUserGetInfo или NetUserEnum. Этот элемент может быть одним из следующего величин:

Оцените Значение Администратора USER_PRIV_GUEST Guest USER_PRIV_USER User USER_PRIV_ADMIN


usri11_auth_flags

Определяет без знака длинное целое, которое содержит величины, которые определяют привилегии оператора пользователя.

Для серверов Windows NT, следующие ограничения относятся; для NetUserAdd, этот элемент должен быть 0. Для NetUserSetInfo, этот элемент должен быть величиной возвращанной из NetUserGetInfo или NetUserEnum.
Для NetUserGetInfo или NetUserEnum, подходящая величина возвращана основанное в локальном групповом членстве. Если пользователь является элементом Операций Распечатки, AF_OP_PRINT установлен. Если пользователь является элементом Операций Сервера, AF_OP_SERVER установлен. Если пользователь является элементом Операций Счета, AF_OP_ACCOUNTS установлен. AF_OP_COMM никогда не установлен.

NetUserAdd И функции NetUserSetInfo игнорируют этот элемент.
Этот элемент может быть одним из следующего величин:

Значение Величины
AF_OP_PRINT привилегия оператора распечатки приспособлена.
AF_OP_COMM привилегия оператора связи приспособлена.
AF_OP_SERVER привилегия оператора сервера приспособлена.
AF_OP_ACCOUNTS привилегия оператора отчетностей приспособлена.


usri11_password_age

Определяет время в секундах пройденное с тех пор как usri11_password элемент последний раз был измениться. NetUserAdd И функции NetUserSetInfo игнорируют этот элемент.

usri11_home_dir

Точки на строку Уникода, содержащие путь домашнего директория для пользователя определенного в user_name элементе. Строка может быть недействительна.

usri11_parms
Точки на строку Уникода, что отклонен для использования приложениями. Эта строка может быть недействительной строкой, или это может имело любое количество символов перед завершающим недействительным символом. Продукты Микрософт используют этот элемент, чтобы загружать информацию конфигурации пользователя. Не модифицируйте этот information. usri11_last_logon

Определяется когда последний ввод происходил. Эта величина загружена как время в секундах проходило с 00:00:00, 1 Январь, 1970. Этот элемент проигнорирован на NetUserAdd и вызовах NetUserSetInfo. Этот элемент поддерживается отдельно на каждом Резервном Доменном Диспетчере (BDC) в области. Для того, чтобы получать точную величину, каждый BDC в области должно быть спрошено, и самая большая величина использована.

usri11_last_logoff

Определяется когда последний конец сеанса происходил. Эта величина загружена как время в секундах проходило с 00:00:00, 1 Январь, 1970. Величина нуля означает, что последний конец сеанса времени неизвестный. Этот элемент проигнорирован на NetUserAdd и вызовах NetUserSetInfo. Этот элемент поддерживается отдельно на каждом Резервном Доменном Диспетчере (BDC) в области. Для того, чтобы получать точную величину, каждый BDC в области должно быть спрошено, и самая большая величина использована.

usri11_bad_pw_count

Определяет раз (а) пользователь попытавшийся, чтобы регистрироваться в этом счете, использовавшем неправильный пароль. Величина 0xFFFFFFFF указывает, что величина неизвестная. Этот элемент проигнорирован на NetUserAdd и вызовах NetUserSetInfo. Этот элемент поддерживается отдельно на каждом Резервном Доменном Диспетчере (BDC) в области. Для того, чтобы получать точную величину, каждый BDC в области должно быть спрошено, и самая большая величина использована.

usri11_num_logons

Считает номеру успешного времени пользователем попытавшимся, чтобы регистрироваться в этом счете. Величина 0xFFFFFFFF указывает, что величина неизвестная. Этот элемент проигнорирован на NetUserAdd и вызовах NetUserSetInfo. Этот элемент поддерживается отдельно на каждом Резервном Доменном Диспетчере (BDC) в области. Для того, чтобы получать точную величину, каждый BDC в области должно быть спрошено, и элемент использует сумму величин.

usri11_logon_server

Точки на строку Уникода, что содержит имя сервера на который водит запросы посланы. Servernames Должен быть следован за двумя обратными косыми чертами (\\). Когда servername указано звездочкой (\\*), запрос ввода может быть прооперирован любым сервером ввода. Недействительная строка указывает, что запросы посланы доменному диспетчеру. Для Серверов Windows NT, NetUserGetInfo и возврат \ NetUserEnum\*. NetUserAdd И функции NetUserSetInfo игнорируют этот элемент.

usri11_country_code

Определяет код страны для языка пользователя выбора.

usri11_workstations

Точки на строку Уникода, что содержит имена рабочих станций из на которых пользователь может зарегистрироваться. До восьми рабочих станций может быть определено; имена должны быть разделены запятыми (,). Недействительная строка указывает, что нет ограничения. Для того, чтобы выводить из строя вводы со всех рабочих станций за этот счет, установите величину UF_ACCOUNTDISABLE в usri*_flags элементе.

usri11_max_storage

Определяет максимальную сумму дискового пространства, что пользователь может использовать. Используйте величину определенную в USER_MAXSTORAGE_UNLIMITED, чтобы использовать все доступное дисковое пространство.

usri11_units_per_week

Определяет число устройств равной длины времени в которое неделя поделена. usri11_units_per_week Элемент использует эти устройства времени, чтобы вычислять длину битовой строки в usri2_logon_hours элементе. Эта величина должна быть UNITS_PER_WEEK для LAN Менеджера 2.0. Этот элемент проигнорирован в NetUserAdd и функциях NetUserSetInfo. Для услуг Windows NT, устройства должны быть одно из следующего: SAM_DAYS_PER_WEEK, SAM_HOURS_PER_WEEK, или SAM_MINUTES_PER_WEEK.

usri11_logon_hours

Точки на 21- байт (168 битов) битовая строка, что определяет время в течение на котором пользователь может зарегистрироваться. Каждый бит представляет уникальный час в течение недели. Первый бит (укусите 0, слово 0), - Воскресенье, 0:00 на 0:59; второй бит (укусите 1, слово 0), - Воскресенье, 1:00 на 1:59; и так далее. Недействительный указатель в этом элементе для вызовов NetUserAdd означает, что нет ограничения времени. Недействительный указатель в этом элементе для вызовов NetUserSetInfo означает, что никакое изменение не должно быть сделано.

usri11_code_page

Определяет кодовую страницу для языка пользователя выбора.



Смотри Также

NetUserAdd, NetUserDel, NetUserEnum, NetUserGetInfo, NetUserSetInfo


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz