Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.10.06;
Скачать: CL | DM;

Вниз

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;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.012 c
3-18266
rava
2003-09-15 16:49
2003.10.06
Исключение MAX()


1-18372
Delphin
2003-09-22 22:18
2003.10.06
Удаление ключа из реестра


1-18415
Romka
2003-09-25 12:45
2003.10.06
Конвентирование bmp в ico


1-18461
AAZ69
2003-09-24 14:22
2003.10.06
Динамическое обращение к компонентам


7-18651
Kremen
2003-07-22 15:23
2003.10.06
Подскажите пожалуйста какой-нибудь компонент для работы с СОМ-пор