.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlSecondsSince1980ToTime 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlSecondsSince1980ToTime\fR (NTDLL.@) .SH SYNOPSIS void RtlSecondsSince1980ToTime ( DWORD \fISeconds\fR, LARGE_INTEGER* \fITime\fR ) .SH DESCRIPTION .PP Convert a count of seconds since \fB1980\fR to a time. .SH PARAMS \fISeconds\fR \fB[In]\fR \fITime\fR to convert. .PP \fITime\fR \fB[Out]\fR Destination for the converted time. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/time.c"\fR. .PP Debug channel \fB"ntdll"\fR.