Handles the event when an application is added to the running application list.
HRESULT onAddApplication( IRemoteDebugApplication* pda, DWORD dwAppCookie );
- pda
[in] Application that was added to the running application list.
- dwAppCookie
[in] The cookie provided when the application was added to 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 added to the running application list.