Converts a TIMEVALUE value to a SYSTEMTIME value.
BOOLEAN TimeValueToSystemTime(
    const LPTIMEVALUE pTimeValue,
    LPSYSTEMTIME pSystemTime
);
pTimeValue 
pSystemTime 
TRUE 
FALSE 
E_PARAM 0x8004 
TIMEVALUE structure to convert contains an invalid value. 
E_BAD_ADDR 0x800f 
pTimeValue parameter or the pSystemTime parameter is an invalid pointer. | Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 6.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |