Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Requests that the program stop execution the next time one of its threads attempts to run.
Syntax
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
An IDebugBreakEvent2 event is sent when the program next attempts to run code after this method is called.
This method is asynchronous in that the method returns immediately without necessarily waiting for the program to stop.