Click to return to the Component Development home page    
IProcessDebugManager Inte...     IProcessDebugManager::Cre...     IProcessDebugManager Inte...    
Web Workshop  |  Component Development

IProcessDebugManager::AddApplication Method


Adds an application to the list of running applications in the machine debug manager.

Syntax

HRESULT AddApplication(
    IDebugApplication *pda,
    DWORD *pdwAppCookie
 );

Parameters

pda
[in] Address of an IDebugApplication interface.
pdwAppCookie
[out] 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

IProcessDebugManager::RemoveApplication



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.