IDebugApplication32.GetBreakFlags 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.
public:
int GetBreakFlags([Runtime::InteropServices::Out] System::UInt32 % pabf, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IRemoteDebugApplicationThread ^ % pprdatSteppingThread);
public int GetBreakFlags(out uint pabf, out Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplicationThread pprdatSteppingThread);
abstract member GetBreakFlags : uint32 * IRemoteDebugApplicationThread -> int
Public Function GetBreakFlags (ByRef pabf As UInteger, ByRef pprdatSteppingThread As IRemoteDebugApplicationThread) As Integer
Parameters
- pabf
- UInt32
- pprdatSteppingThread
- IRemoteDebugApplicationThread