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.
Handles the event when a child node is added to a debug application node object.
Syntax
HRESULT onAddChild(
IDebugApplicationNode* prddpChild
);
Parameters
prddpChild
[in] The child debug application node that was added.
Return Value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |
Remarks
This method handles the event when a child node is added to a debug application node object.
Implementers of the IDebugApplicationNode interface raise this event
See also
IDebugApplicationNodeEvents Interface
IDebugApplicationNodeEvents::onRemoveChild
IDebugApplicationNode Interface