Removes an application from the list of running applications.
Syntax
HRESULT RemoveApplication( DWORD dwAppCookie );
Parameters
- dwAppCookie
- [in] Unsigned long integer value specifying a cookie that is used to remove the application from the machine debug manager.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also