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

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.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also