Scroll to navigation

GetLocalTime(3w) Wine API GetLocalTime(3w)

NAME

GetLocalTime (KERNEL32.@)

SYNOPSIS

VOID GetLocalTime
(
LPSYSTEMTIME systime
)
 

DESCRIPTION

Get the current local time.
 

PARAMS

systime [Out] Destination for current time.
 

RETURNS

Nothing.
 

IMPLEMENTATION

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