Language

IDebugSymbolSearchEvent2.GetSymbolSearchInfo Method

Definition

Overloads

GetSymbolSearchInfo(IDebugModule3, String, enum_MODULE_INFO_FLAGS[])

public:
 int GetSymbolSearchInfo([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugModule3 ^ % pModule, [Runtime::InteropServices::Out] System::String ^ % pbstrDebugMessage, cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_MODULE_INFO_FLAGS> ^ pdwModuleInfoFlags);
public int GetSymbolSearchInfo(out Microsoft.VisualStudio.Debugger.Interop.IDebugModule3 pModule, out string pbstrDebugMessage, Microsoft.VisualStudio.Debugger.Interop.enum_MODULE_INFO_FLAGS[] pdwModuleInfoFlags);
abstract member GetSymbolSearchInfo : IDebugModule3 * string * Microsoft.VisualStudio.Debugger.Interop.enum_MODULE_INFO_FLAGS[] -> int
Public Function GetSymbolSearchInfo (ByRef pModule As IDebugModule3, ByRef pbstrDebugMessage As String, pdwModuleInfoFlags As enum_MODULE_INFO_FLAGS()) As Integer

Parameters

pModule
IDebugModule3
pbstrDebugMessage
String
pdwModuleInfoFlags
enum_MODULE_INFO_FLAGS[]

Returns

Applies to

GetSymbolSearchInfo(IDebugModule3, String, UInt32)

public:
 int GetSymbolSearchInfo([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugModule3 ^ % pModule, [Runtime::InteropServices::Out] System::String ^ % pbstrDebugMessage, [Runtime::InteropServices::Out] System::UInt32 % pdwModuleInfoFlags);
public int GetSymbolSearchInfo(out Microsoft.VisualStudio.Debugger.Interop.IDebugModule3 pModule, out string pbstrDebugMessage, out uint pdwModuleInfoFlags);
abstract member GetSymbolSearchInfo : IDebugModule3 * string * uint32 -> int
Public Function GetSymbolSearchInfo (ByRef pModule As IDebugModule3, ByRef pbstrDebugMessage As String, ByRef pdwModuleInfoFlags As UInteger) As Integer

Parameters

pModule
IDebugModule3
pbstrDebugMessage
String
pdwModuleInfoFlags
UInt32

Returns

Applies to