Handles the event when an application is removed from the running application list.
HRESULT onRemoveApplication( IRemoteDebugApplication* pda, DWORD dwAppCookie );
- 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. 
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. | 
This method indicates that an application was removed from the running application list.