
Brought to You by Glagnar's Human Rinds. [?]
Añademe a tus favoritos!
Contacto
Post al azar
RSS
BUSCAR
Mapa de la web
el 0000-00-00 00:00:00 - Secciones: - Enlace permanente: 467function GetUserName : String;
var
pcUser : PChar;
dwUSize : DWORD;
begin
dwUSize := 21;
GetMem( pcUser, dwUSize );
try
if Windows.GetUserName( pcUser, dwUSize ) then
Result := pcUser
finally
FreeMem( pcUser );
end;
end;
Saiyine recommends the easiest way to earn money with your web: get paid just by having some links! Click this button to check it out.
