IDebugErrorBreakpointResolution2.GetResolutionInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetResolutionInfo(enum_BPERESI_FIELDS, BP_ERROR_RESOLUTION_INFO[]) | |
| GetResolutionInfo(UInt32, BP_ERROR_RESOLUTION_INFO[]) |
GetResolutionInfo(enum_BPERESI_FIELDS, BP_ERROR_RESOLUTION_INFO[])
public:
int GetResolutionInfo(Microsoft::VisualStudio::Debugger::Interop::enum_BPERESI_FIELDS dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::BP_ERROR_RESOLUTION_INFO> ^ pErrorResolutionInfo);
public int GetResolutionInfo(Microsoft.VisualStudio.Debugger.Interop.enum_BPERESI_FIELDS dwFields, Microsoft.VisualStudio.Debugger.Interop.BP_ERROR_RESOLUTION_INFO[] pErrorResolutionInfo);
abstract member GetResolutionInfo : Microsoft.VisualStudio.Debugger.Interop.enum_BPERESI_FIELDS * Microsoft.VisualStudio.Debugger.Interop.BP_ERROR_RESOLUTION_INFO[] -> int
Public Function GetResolutionInfo (dwFields As enum_BPERESI_FIELDS, pErrorResolutionInfo As BP_ERROR_RESOLUTION_INFO()) As Integer
Parameters
- dwFields
- enum_BPERESI_FIELDS
- pErrorResolutionInfo
- BP_ERROR_RESOLUTION_INFO[]
Returns
Applies to
GetResolutionInfo(UInt32, BP_ERROR_RESOLUTION_INFO[])
public:
int GetResolutionInfo(System::UInt32 dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::BP_ERROR_RESOLUTION_INFO> ^ pErrorResolutionInfo);
public int GetResolutionInfo(uint dwFields, Microsoft.VisualStudio.Debugger.Interop.BP_ERROR_RESOLUTION_INFO[] pErrorResolutionInfo);
abstract member GetResolutionInfo : uint32 * Microsoft.VisualStudio.Debugger.Interop.BP_ERROR_RESOLUTION_INFO[] -> int
Public Function GetResolutionInfo (dwFields As UInteger, pErrorResolutionInfo As BP_ERROR_RESOLUTION_INFO()) As Integer
Parameters
- dwFields
- UInt32
- pErrorResolutionInfo
- BP_ERROR_RESOLUTION_INFO[]