Click to return to the Component Development home page    
IMachineDebugManagerCooki...     IMachineDebugManagerEvent...     IMachineDebugManagerCooki...    
Web Workshop  |  Component Development

IMachineDebugManagerCookie::RemoveApplication Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.