Share via


IDebugBreakpointResolution2.GetResolutionInfo Method

Definition

Overloads

GetResolutionInfo(enum_BPRESI_FIELDS, BP_RESOLUTION_INFO[])

public:
 int GetResolutionInfo(Microsoft::VisualStudio::Debugger::Interop::enum_BPRESI_FIELDS dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::BP_RESOLUTION_INFO> ^ pBPResolutionInfo);
public int GetResolutionInfo(Microsoft.VisualStudio.Debugger.Interop.enum_BPRESI_FIELDS dwFields, Microsoft.VisualStudio.Debugger.Interop.BP_RESOLUTION_INFO[] pBPResolutionInfo);
abstract member GetResolutionInfo : Microsoft.VisualStudio.Debugger.Interop.enum_BPRESI_FIELDS * Microsoft.VisualStudio.Debugger.Interop.BP_RESOLUTION_INFO[] -> int
Public Function GetResolutionInfo (dwFields As enum_BPRESI_FIELDS, pBPResolutionInfo As BP_RESOLUTION_INFO()) As Integer

Parameters

pBPResolutionInfo
BP_RESOLUTION_INFO[]

Returns

Applies to

GetResolutionInfo(UInt32, BP_RESOLUTION_INFO[])

public:
 int GetResolutionInfo(System::UInt32 dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::BP_RESOLUTION_INFO> ^ pBPResolutionInfo);
public int GetResolutionInfo(uint dwFields, Microsoft.VisualStudio.Debugger.Interop.BP_RESOLUTION_INFO[] pBPResolutionInfo);
abstract member GetResolutionInfo : uint32 * Microsoft.VisualStudio.Debugger.Interop.BP_RESOLUTION_INFO[] -> int
Public Function GetResolutionInfo (dwFields As UInteger, pBPResolutionInfo As BP_RESOLUTION_INFO()) As Integer

Parameters

dwFields
UInt32
pBPResolutionInfo
BP_RESOLUTION_INFO[]

Returns

Applies to