(Gast)
n/a Beiträge
|
Re: Rechnername rausbekommen.
1. Apr 2006, 21:04
Hm, geht das?
Delphi-Quellcode:
Function GetNetBIOSComputerName(): String;
begin
SetLength(Result, MAX_COMPUTERNAME_LENGTH + 1);
GetComputerName(@Result[1], Length(Result));
end;
|
|
Zitat
|