Hi, my question is a bit like http://bytes.com/topic/net/answers/6...-date-datetime but more complex

I have an array of byte in FILETIME structure in C/C++
typedef struct {
DWORD dwLowDateTime;
DWORD dwHighDateTime;
} FILETIME,
*PFILETIME,
*LPFILETIME;

How can I transfer them to readable time format?

e.g. 9ea85071c0fdc80 1...