Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 854 Bytes

idiasymbol-get-timestamp.md

File metadata and controls

39 lines (31 loc) · 854 Bytes
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Retrieves the timestamp of the underlying executable file.
IDiaSymbol::get_timeStamp
11/04/2016
reference
C++
IDiaSymbol::get_timeStamp method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_timeStamp

Retrieves the timestamp of the underlying executable file.

Syntax

HRESULT get_timeStamp ( 
   DWORD* pRetVal
);

Parameters

pRetVal

[out] Returns the timestamp of the underlying executable file.

Return Value

If successful, returns S_OK; otherwise, returns S_FALSE or an error code.

Note

A return value of S_FALSE means the property is not available for the symbol.

See also