.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetSystemTime 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetSystemTime\fR (KERNEL32.@) .SH SYNOPSIS VOID GetSystemTime ( LPSYSTEMTIME \fIsystime\fR ) .SH DESCRIPTION .PP Get the current system time. .SH PARAMS \fIsystime\fR \fB[Out]\fR Destination for current time. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"mmsystem.h"\fR. .PP Implemented in \fB"dlls/kernel32/time.c"\fR. .PP Debug channel \fB"time"\fR.