Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#4

Re: Rechnername rausbekommen.

  Alt 1. Apr 2006, 20:04
Hm, geht das?
Delphi-Quellcode:
Function GetNetBIOSComputerName(): String;
begin
  SetLength(Result, MAX_COMPUTERNAME_LENGTH + 1);
  GetComputerName(@Result[1], Length(Result));
end;
  Mit Zitat antworten Zitat