Share via


IDiaSession::put_loadAddress

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

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

Reference

IDiaSession