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

Вниз

getusername   Найти похожие ветки 

 
netter   (2001-12-29 17:26) [0]

ПЛЗ ... Как пользоваться функцией GetUserName !
C Наступающим всех!!!


 
Adder ©   (2001-12-29 18:04) [1]

procedure TForm1.Button1Click(Sender: TObject);
var buffer:pchar;
nSize:dword;
begin
nSize:=256;
GetMem(buffer,size);
GetUserName(buffer,nSize);
Label1.Caption:=buffer;
FreeMem(buffer);
end;

If the function succeeds, the return value is nonzero, and the variable pointed to by nSize contains the number of characters copied to the buffer specified by lpBuffer, including the terminating null character.
If the function fails, the return value is zero. To get extended error information, call GetLastError.



Страницы: 1 вся ветка

Текущий архив: 2002.04.01;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.011 c
14-317
VuDZ
2002-02-17 14:43
2002.04.01
как Вам такая говость:


1-151
Alex_LG
2002-03-22 08:29
2002.04.01
Как закрыть окно IE? Пишу нечто вроде PopStop


1-254
dimonf
2002-03-20 21:35
2002.04.01
Помогите разобраться с протоколом...


1-182
Duce
2002-03-19 17:39
2002.04.01
Application.Terminate хотелось бы выполнить своевременно...


1-171
Beginer
2002-03-19 11:28
2002.04.01
Новое свойство формы