NAME

GetSystemTime  (KERNEL32.@)

SYNOPSIS

 VOID GetSystemTime
 (
  LPSYSTEMTIME systime
 )

DESCRIPTION

Get the current system time.

PARAMS

systime [Out] Destination for current time.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "mmsystem.h".

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

Debug channel "time".


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