Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.013 c
14-314
phantom2040
2002-02-20 14:11
2002.04.01
Сервер удаленного доступа на XP


3-76
Ross
2002-02-17 18:39
2002.04.01
Прогресс бар


1-122
snoup
2002-03-21 16:54
2002.04.01
Как сделать что бы при нажатие на кнопку создавался BAT-файл?


1-113
Володя
2002-03-21 14:43
2002.04.01
Что за ошибка?


1-86
d_oleg
2002-03-21 09:30
2002.04.01
BitMap из Dll




   Наверх