property GetTimeDiff.
Computes duration between two timestamps.
|
after
[in] . Timestamp hh:mn:ss.mss
before
[in] . Timestamp hh:mn:ss.mss
pVal
[out, retval]
. The
returned value is the result of subtraction formated as hh:mn:ss.mss
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.