Returns the current break flags for the application.

HRESULT GetBreakFlags(
   APPBREAKFLAGS*                   pabf,
   IRemoteDebugApplicationThread**  pprdatSteppingThread
);

Parameters

pabf

[out] The current break flags for the application.

pprdatSteppingThread

[out] The currently running thread.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also