Hi friends,
I am trying out a small function in which i want a time difference in milliseconds.
but am not able to do it.

i am using time_t tm;
than doing GetLocalTime(&tm); and using another instance but time_t does not show time in milliseconds.

I also tried with CTime and SYSTEMTIME but they give independant values and does not provide substraction facility.

pls help ... how to do this ?

Thanks.