1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-20 01:24:11 +00:00
reactos/sdk/include/psdk/sysinfoapi.h

23 lines
420 B
C
Raw Normal View History

2024-05-26 12:26:23 +00:00
/*
* PROJECT: ReactOS SDK
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: API definitions for api-ms-win-core-sysinfo-l1
* COPYRIGHT: Copyright 2024 Timo Kreuzer (timo.kreuzer@reactos.org)
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
WINBASEAPI
VOID
WINAPI
GetSystemTimePreciseAsFileTime(
_Out_ LPFILETIME lpSystemTimeAsFileTime);
#ifdef __cplusplus
} // extern "C"
#endif