[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Indicates whether an address map has been established for a particular session.
HRESULT get_addressMapEnabled (
BOOL* pRetVal
);
Parameters
- pRetVal
[out] Returns TRUE if the address mapping is enabled.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
Executable post-processors sometimes update the executable. DIA contains a mechanism to support the translation of symbols to the new layout.
Client applications can set the address map for a particular session by getting the IDiaAddressMap interface from the IDiaSession interface and calling the IDiaAddressMap::set_addressMap method followed by a call to the IDiaAddressMap::put_addressMapEnabled method. The get_addressMapEnabled method returns the results of calling the put_addressMapEnabled method.
See Also
IDiaAddressMap
IDiaSession
IDiaAddressMap::set_addressMap
IDiaAddressMap::put_addressMapEnabled