There are lots of ideas about this topic but this one is about Win32/WinEventProc's dwmsEventTime.
MSDN http://msdn.microsoft.com/en-us/library/windows/desktop/dd373885(v=vs.85).aspx states that it's the event time in milliseconds but no further explanations provided. Milliseconds from where?
Here is the sample value returned by that event:
dwmsEventTime: 1209382650
DateTime.Now: 05/21/2014 16:49:37 (this should be very close to dwmsEventTime)
Does anyone know how to convert this parameter to .NET DateTime()?