Scroll to navigation

GetSystemTime(3w) Wine API GetSystemTime(3w)

NAME

GetSystemTime (KERNEL32.@)

SYNOPSIS

VOID GetSystemTime
(
LPSYSTEMTIME systime
)
 

DESCRIPTION

Get the current system time.
 

PARAMS

systime [Out] Destination for current time.
 

RETURNS

Nothing.
 

IMPLEMENTATION

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