
16 Jun
2010
16 Jun
'10
7:06 a.m.
On 16/06/2010 7:35, David M. Cotter wrote:
fyi: http://msdn.microsoft.com/en-us/library/ms724408%28VS.85%29.aspx
I don't see what you mean, we need system boot stamp not boot time. I think the answer might be WMI LastBootUpTime: http://msdn.microsoft.com/en-us/library/aa394239%28VS.85%29.aspx However, obtaining this is not trivial, since we need to use COM through C: http://msdn.microsoft.com/en-us/library/aa390423%28v=VS.85%29.aspx And if we want to avoid windows header inclusions (that's current Interprocess approach), then things are a bit more complicated. But I'm working on it, Best, Ion