Method | Description | |
---|---|---|
AD7SymbolSearchEvent ( |
Constructor.
|
Method | Description | |
---|---|---|
IDebugSymbolSearchEvent2 ( IDebugModule3 &pModule, string &pbstrDebugMessage, enum_MODULE_INFO_FLAGS pdwModuleInfoFlags ) : int |
Called by an event handler to retrieve results about a symbol load process. (http://msdn.microsoft.com/en-ca/library/bb161324.aspx)
|
public AD7SymbolSearchEvent ( |
||
module | The AD7Module object representing the module for which the symbols were loaded. | |
searchInfo | string | The string containing any error messages from the module. |
symbolFlags | uint | A combination of flags from the MODULE_INFO_FLAGS enumeration indicating whether any /// symbols were loaded. |
return | System |