Форум: "Основная";
Текущий архив: 2003.10.06;
Скачать: [xml.tar.bz2];
ВнизLookupAccountName Найти похожие ветки
← →
Armageddon (2003-09-25 17:57) [0]Помогите разобраться с параметрами 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.
Вот например второй пар. написано, что необходимо вставить строку логина(я так понял, может я не прав). Писал "Admin", ругается.
Буду очень благодарен за любую помощь.
← →
HolACost! (2003-09-25 18:02) [1]А попробуй буфер передать!
Нпример buf:array[0..40] of char;
Страницы: 1 вся ветка
Форум: "Основная";
Текущий архив: 2003.10.06;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.008 c