IMachineDebugManagerEvents::onRemoveApplication
Handles the event when an application is removed from the running application list.
Syntax
HRESULT onRemoveApplication(
IRemoteDebugApplication* pda,
DWORD dwAppCookie
);
Parameters
pda
[in] Application that was removed from the running application list.
dwAppCookie
[in] The cookie provided when the application was added from the application list.
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 indicates that an application was removed from the running application list.
See also
IMachineDebugManagerEvents Interface
IMachineDebugManagerEvents::onAddApplication