SystemTimeToExternalTime method

Calculation of a corrected timestamp in relation to the system time

Syntax

HRESULT      TCOMAPI SystemTimeToExternalTime(TimeType type, __int64& time) = 0;

Parameter

type: (type: TimeType) The TimeOffset type to be used for the calculation

time: (type: __int64&) The timestamp to be corrected by offset

Return value

Type: HRESULT

Notifies the success.

Description