Called when an application is removed from the list of running applications.
Syntax
HRESULT onRemoveApplication( IRemoteDebugApplication *pda, DWORD dwAppCookie );
Parameters
- pda
- [in] Address of an IRemoteDebugApplication interface.
- dwAppCookie
- [in] Unsigned long integer value that specifies an application cookie.
Return Value
Returns S_OK if successful, or an error code otherwise.