Removes an application from the running application list.

HRESULT RemoveApplication(
   DWORD  dwAppCookie
);

Parameters

dwAppCookie

[in] The cookie provided by IProcessDebugManager::AddApplication when the application was added to the application list.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also