[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Receives callbacks from the DIA symbol locating procedure, thus enabling a user interface to report on the progress of the ___location attempt.
IDiaLoadCallback : IUnknown
Methods in Vtable Order
The following methods are exposed by this interface:
Method |
Description |
---|---|
Called when a debug directory was found in the .exe file. |
|
Called when a candidate .dbg file has been opened. |
|
Called when a candidate .pdb file has been opened. |
|
Determines if registry queries can be used to locate symbol search paths. |
|
Determines if access is allowed to a symbol server to resolve symbols. |
Remarks
The client application implements this interface and provides a reference to it in the call to the IDiaDataSource::loadDataForExe method.
For additional restrictions that can be imposed on a load process, see the IDiaLoadCallback2 interface.
Requirements
Header: Dia2.h
Library: diaguids.lib
DLL: msdia80.dll
See Also
Interfaces (Debug Interface Access SDK)
IDiaDataSource::loadDataForExe
IDiaReadExeAtOffsetCallback
IDiaReadExeAtRVACallback
IDiaLoadCallback2