Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
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.