Removes an application from the running application list.

HRESULT RemoveApplication(
   DWORD  dwDebugAppCookie,
   DWORD  dwAppCookie
);

Parameters

dwDebugAppCookie

[in] A cookie that identifies the debug application.

dwAppCookie

[in] The cookie provided when the application was added to the application list.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also