GetSystemTimeAsFileTime.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "time".