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

IMachineDebugManagerEvents::onAddApplication Method


Called when a new application is added to the list of running applications.

Syntax

HRESULT onAddApplication(
    IRemoteDebugApplication *pda,
    DWORD dwAppCookie
);

Parameters

pda
[in] Address of an IRemoteDebugApplication interface.
dwAppCookie
[in] Unsigned long integer value that specifies an application cookie.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.