IDebugBreakpointResolution2.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_BPRESI_FIELDS, BP_RESOLUTION_INFO[]) | |
| GetResolutionInfo(UInt32, BP_RESOLUTION_INFO[]) |
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
- dwFields
- enum_BPRESI_FIELDS
- 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[]