Debugging Tools for Windows |
The GetCurrentTimeDate method returns the time of the current target.
HRESULT
IDebugControl2::GetCurrentTimeDate(
OUT PULONG TimeDate
);
This method may also return error values. See Return Values for more details.
GetCurrentTimeDate is available in IDebugControl2 and later versions.
For live debugging sessions, this will be the current time as reported by the target's computer. For static debugging sessions, such as crash dump files, this will be the time the crash dump file was created.
For more information, see Target Information.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.