GetLocalTime.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GetLocalTime (KERNEL32.@)

SYNOPSIS

VOID GetLocalTime
 (
  LPSYSTEMTIME systime
 )

DESCRIPTION

Get the current local time.

PARAMS

systime [Out] Destination for current time.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/time.c".

Debug channel "time".