Handles the event when an application is removed from the running application list.
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
Remarks
See Also