RtlSecondsSince1980ToTime.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlSecondsSince1980ToTime (NTDLL.@)

SYNOPSIS

void RtlSecondsSince1980ToTime
 (
  DWORD          Seconds,
  LARGE_INTEGER* Time
 )

DESCRIPTION

Convert a count of seconds since 1980 to a time.

PARAMS

Seconds [In] Time to convert.

Time [Out] Destination for the converted time.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "winternl.h".

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

Debug channel "ntdll".