Online
Registriert seit: 30. Nov 2005
Ort: München
5.768 Beiträge
Delphi 10.4 Sydney
|
Re: Den richtigen Computernamen ändern
9. Jun 2006, 14:42
Ist eine Delphi Funktion:
Delphi-Quellcode:
Returns the last error reported by an operating system API call.
Unit
System
Category
exception handling routines
function GetLastError: Integer; stdcall;
Description
GetLastError returns the last error reported by an API call into the operating system. Calling this function usually resets the operating system error state.
Grüße
Klaus
Klaus
|