Вниз
Скачать: 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.007 c
1-155
SB.John
2002-03-21 12:47
2002.04.01
как узнать сколько памяти занимает какой-либо объект?


1-138
Sound
2002-03-22 02:22
2002.04.01
Можно ли перевести String в PChar?


6-256
Yuraz
2002-01-17 18:30
2002.04.01
Есть кусок HTML кода, хотелось бы хоть примитивно преобразовать его в наглядную страницу


1-117
Helpwuin
2002-03-21 16:30
2002.04.01
Шифрование


7-335
Filat
2001-12-19 15:45
2002.04.01
Как переделать или втавить программу с ASM на Дельфи - цифровой вольтметр.




   Наверх