На главную

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 | Скачать Вниз

LookupAccountName



The LookupAccountName function accepts the name of a system and an account as input. It retrieves a security identifier (SID) for the account and the name of the domain on which the account was found.

BOOL LookupAccountName(

LPCTSTR lpSystemName, // address of string for system name
LPCTSTR lpAccountName, // address of string for account name
PSID Sid, // address of security identifier
LPDWORD cbSid, // address of size of security identifier
LPTSTR ReferencedDomainName, // address of string for referenced domain
LPDWORD cbReferencedDomainName, // address of size of domain string
PSID_NAME_USE peUse // address of SID-type indicator
);


Parameters

lpSystemName

Points to a null-terminated string specifying the system. This string can be the name of a remote computer. If this string is NULL, the account name is looked up on the local system.

lpAccountName

Points to a null-terminated string specifying the account name.

Sid

Points to a buffer receiving the SID structure that corresponds to the account name pointed to by the lpAccountName parameter.

cbSid

Pointer to a DWORD variable. On input, this value specifies the size, in bytes, of the Sid buffer. If the function fails because the buffer is too small, this variable receives the required buffer size.

ReferencedDomainName

Points to a buffer receiving the name of the domain where the account name is found.

cbReferencedDomainName

Pointer to a DWORD variable. On input, this value specifies the size, in bytes (ANSI version) or characters (Unicode version), of the ReferencedDomainName
buffer. If the function fails because the buffer is too small, this variable receives the required buffer size, including the terminating null character.

peUse

Points to a SID_NAME_USE enumerated type indicating the type of the account when the function returns.



Return Values

If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

The LookupAccountName function attempts to find a security identifier for the specified name by first checking a list of well-known SIDs. If the name does not correspond to a well-known SID, the function checks built-in and administratively defined local accounts. Next, the function checks the primary domain. If the name is not found there, trusted domains are checked.

See Also

EqualPrefixSid, GetUserName, LookupAccountSid


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

LookupAccountName



Функция LookupAccountName принимает имя системы и счет как вклад. Это извлекает идентификатор безопасности (SID) за счет и имени области на котором счет был обнаружен.

BOOL LookupAccountName(

LPCTSTR lpSystemName, // АДРЕС строки для системного имени LPCTSTR lpAccountName, // адрес строки за счет имени PSID Sid, // адрес идентификатора безопасности LPDWORD cbSid, // адрес размера идентификатора безопасности LPTSTR ReferencedDomainName, // адрес строки для ссылочной области LPDWORD cbReferencedDomainName, // адрес размера доменной строки PSID_NAME_USE peUse // адрес указателя типа SID-
);


Параметры

lpSystemName

Точки на недействительный расторгнутую строку, определяющие систему. Эта строка может быть именем дистанционного компьютера. Если эта строка НЕДЕЙСТВИТЕЛЬНА, учетное имя - искал в локальной системе.

lpAccountName

Точки на недействительный расторгнутую строку, определяющие учетное имя.

Sid

Точки на буфер, получающие структуру SID, которая переписывается в учетное имя указанное, чтобы параметром lpAccountName.

cbSid

Указатель в переменную DWORD. Во вкладе, эта величина определяет размер, в байтах, буфера Sid. Если функция терпит неудачу поскольку буфер слишком небольшой, эта переменная получает необходимый буферный размер.

ReferencedDomainName

Точки на буфер, получающие имя области где учетное имя обнаружено.

cbReferencedDomainName

Указатель в переменную DWORD. Во вкладе, эта величина определяет размер, в байтах (версия ANSI) или символы (версия Уникода), буфера ReferencedDomainName. Если функция терпит неудачу поскольку буфер слишком небольшой, эта переменная получает необходимый буферный размер, включая завершающий недействительный символ.

peUse

Точки на SID_NAME_USE перечисляли тип, указывающий тип счета когда функция возвращается.



Обратные Величины

Если функция добивается успеха, обратная величина ненулевая.
Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Замечания

Функция LookupAccountName пытается находить идентификатор безопасности для определенного имени сначала проверяя список известных SIDs. Если имя не переписывается на известный SID, функция проверяет встроенный и административно определивший локальные отчетности. Затем, функция проверяет первичную область. Если имя не обнаруживается там, поверившему, что области проверены.

Смотри Также

EqualPrefixSid, GetUserName, LookupAccountSid


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