The Windows API recommends not performing arithmetic on the values from the SYSTEMTIME structure to obtain relative times. Instead, it recommends the following process:
?Convert the SYSTEMTIME structure to a FILETIME structure. ?Copy the resulting FILETIME structure to a ULARGE_INTEGER structure. ?Use normal 64-bit arithmetic on the ULARGE_INTEGER value.