HyperDbg Debugger
Toggle main menu visibility
Loading...
Searching...
No Matches
PlatformTime.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#if defined(__linux__)
15
# include "
../../../../include/SDK/HyperDbgSdk.h
"
16
#endif
// defined(__linux__)
17
19
// Functions //
21
22
#if defined(_WIN32) || defined(_WIN64)
23
24
VOID
25
PlatformTimeQuerySystemTime
(PLARGE_INTEGER SystemTime);
26
27
VOID
28
PlatformTimeConvertToLocalTime
(PLARGE_INTEGER SystemTime, PLARGE_INTEGER LocalTime);
29
30
VOID
31
PlatformTimeConvertToTimeFields
(PLARGE_INTEGER Time, PTIME_FIELDS TimeFields);
32
33
#endif
// defined(_WIN32) || defined(_WIN64)
PlatformTimeConvertToLocalTime
VOID PlatformTimeConvertToLocalTime(PLARGE_INTEGER SystemTime, PLARGE_INTEGER LocalTime)
Convert system time (UTC) to local time.
Definition
PlatformTime.c:50
PlatformTimeQuerySystemTime
VOID PlatformTimeQuerySystemTime(PLARGE_INTEGER SystemTime)
Query the current system time.
Definition
PlatformTime.c:25
PlatformTimeConvertToTimeFields
VOID PlatformTimeConvertToTimeFields(PLARGE_INTEGER Time, PTIME_FIELDS TimeFields)
Convert a LARGE_INTEGER time value to a TIME_FIELDS structure.
Definition
PlatformTime.c:75
HyperDbgSdk.h
hyperdbg
include
platform
kernel
header
PlatformTime.h
Generated by
1.17.0