Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.11 KB

idiasession-put-loadaddress.md

File metadata and controls

39 lines (31 loc) · 1.11 KB
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Sets the load address for the executable file that corresponds to the symbols in this symbol store.
IDiaSession::put_loadAddress
11/04/2016
reference
C++
IDiaSession::put_loadAddress method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSession::put_loadAddress

Sets the load address for the executable file that corresponds to the symbols in this symbol store.

Syntax

HRESULT put_loadAddress ( 
   ULONGLONG NewVal
);

Parameters

NewVal

[in] Load address for the executable file.

Remarks

Symbol virtual address (VA) properties are computed using the value of this method. Virtual addresses are not calculated unless this property is set to non-zero.

Note

You must call this method when you get the IDiaSession object and before you start using the object if you need to use any virtual properties on symbols.

See also