Thema
:
Windows.GetTickCount64 auch unter Windows XP?
Einzelnen Beitrag anzeigen
Zacherl
Registriert seit: 3. Sep 2004
4.629 Beiträge
Delphi 10.2 Tokyo Starter
#
14
AW: Windows.GetTickCount64 auch unter Windows XP?
11. Okt 2017, 15:16
zusammenfalten
·
markieren
Delphi-Quellcode:
type
TTest =
record
strict
private
class
threadvar
High: UInt64;
class
threadvar
LastLow: Cardinal;
public
class
function
GetTickCount64: UInt64;
static
;
inline
;
end
;
{ TTest }
class
function
TTest.GetTickCount64: UInt64;
begin
// ...
end
;
Projekte:
- GitHub (
Profil
,
zyantific
)
-
z
Y
an
Disassembler Engine (
Zydis Online
,
Zydis GitHub
)
Zitat
Zacherl
Öffentliches Profil ansehen
Besuche die Homepage von Zacherl!
Mehr Beiträge von Zacherl finden