IDiaLoadCallback
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
Reference
IDiaDataSource::loadDataForExe