Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Receives callbacks from the DIA symbol locating procedure, allowing restrictions to be imposed on the locating process.
IDiaLoadCallback2 : IDiaLoadCallback
Methods in Vtable Order
In addition to the methods in the IDiaLoadCallback interface, this interface exposes the following methods:
Method |
Description |
|---|---|
Determines if looking for a .pdb file in the original debug directory. |
|
Determines if looking for a .pdb file is allowed in the path where the .exe file is located. |
|
Determines if looking for debug information is allowed from .dbg files. |
|
Determines if searching for .pdb files is allowed in the system root directory. |
Remarks
The client application implements this interface and provides a reference to it in the call to the IDiaDataSource::loadDataForExe method. Remember to implement all of the methods in the IDiaLoadCallback interface as well.
Requirements
Header: Dia2.h
Library: diaguids.lib
DLL: msdia80.dll
See Also
Reference
IDiaDataSource::loadDataForExe