Scroll to navigation

RtlTimeToTimeFields(3w) Wine API RtlTimeToTimeFields(3w)

NAME

RtlTimeToTimeFields (NTDLL.@)

SYNOPSIS

VOID RtlTimeToTimeFields
(
const LARGE_INTEGER* liTime,
PTIME_FIELDS TimeFields
)
 

DESCRIPTION

Convert a time into a TIME_FIELDS structure.
 

PARAMS

liTime [In] Time to convert.
TimeFields [Out] Destination for the converted time.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/time.c".
Debug channel "ntdll".
Oct 2012 Wine API