Skip to content

Commit a3228fb

Browse files
authored
Merge pull request #2314 from gregg-miskelly/patch-1
Remove 'stopping event' from Load Complete Event
2 parents 3c75c9c + 4c3b969 commit a3228fb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/extensibility/debugger/reference/idebugloadcompleteevent2.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ IDebugLoadCompleteEvent2 : IUnknown
2727

2828
## Notes for Callers
2929
The DE creates and sends this event object to report that a program has been successfully loaded. The event is sent by using the [IDebugEventCallback2](../../../extensibility/debugger/reference/idebugeventcallback2.md) callback function that is supplied by the SDM when it attached to the program being debugged.
30-
31-
## Remarks
32-
This event is a stopping event and must have the `EVENT_STOPPING` flag set on the event attributes.
33-
30+
3431
## Requirements
3532
Header: msdbg.h
3633

@@ -41,4 +38,4 @@ IDebugLoadCompleteEvent2 : IUnknown
4138
## See Also
4239
[Core Interfaces](../../../extensibility/debugger/reference/core-interfaces.md)
4340
[IDebugEvent2](../../../extensibility/debugger/reference/idebugevent2.md)
44-
[IDebugEventCallback2](../../../extensibility/debugger/reference/idebugeventcallback2.md)
41+
[IDebugEventCallback2](../../../extensibility/debugger/reference/idebugeventcallback2.md)

0 commit comments

Comments
 (0)