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