Scroll to navigation

GetSystemTimeAsFileTime(3w) Wine API GetSystemTimeAsFileTime(3w)

NAME

GetSystemTimeAsFileTime (KERNEL32.@)

SYNOPSIS

VOID GetSystemTimeAsFileTime
(
LPFILETIME time
)
 

PARAMS

time [Out] Destination for the current utc time.
 

DESCRIPTION

Get the current time in utc format.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/time.c".
Debug channel "time".
Oct 2012 Wine API