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

Defined in "winbase.h".

Implemented in "dlls/kernel32/time.c". source.winehq.org/source/dlls/kernel32/time.c

Debug channel "time".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.