Removes an application from the list of running applications.
Syntax
HRESULT RemoveApplication( DWORD dwDebugAppCookie, DWORD dwAppCookie );
Parameters
- dwDebugAppCookie
- [in] Unsigned long integer value that specifies a debug application cookie to remove.
- dwAppCookie
- [in] Unsigned long integer value that specifies an application cookie to remove.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method is called whenever the IProcessDebugManager::RemoveApplication method is called.