IMachineDebugManagerEvents::onAddApplication

Handles the event when an application is added to the running application list.

Syntax

HRESULT onAddApplication(  
   IRemoteDebugApplication*  pda,  
   DWORD                     dwAppCookie  
);  

Parameters

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.

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 added to the running application list.

See also

IMachineDebugManagerEvents Interface
IMachineDebugManagerEvents::onRemoveApplication