Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Handles the event when a child node is removed from a debug application node object.
Syntax
HRESULT onRemoveChild(
IDebugApplicationNode* prddpChild
);
Parameters
prddpChild
[in] The child application node that was removed.
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 removed from a debug application node object.
Implementers of the IDebugApplicationNode interface raise this event.
See also
IDebugApplicationNodeEvents Interface
IDebugApplicationNodeEvents::onAddChild
IDebugApplicationNode Interface