For quite a while I've determined system uptime with NtQuerySystemInformation(SystemTimeInformation,...). I have read that that function does not exist in 64-bit Windows. The docs warn of this and suggest alternatives. But I could find no alternative for getting the boot time. Is there one (other than WMI)? Thanks.
- Vince