Click to return to the Component Development home page    
IMachineDebugManager::Add...     IMachineDebugManager::Rem...     IMachineDebugManager Inte...    
Web Workshop  |  Component Development

IMachineDebugManager::EnumApplications Method


Enumerates the running applications.

Syntax

HRESULT EnumApplications(
    IEnumRemoteDebugApplications **ppeda
);

Parameters

ppeda
[out] Address of a pointer to an IEnumRemoteDebugApplications interface that enumerates the running applications.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method is used by the debugger integrated development environment (IDE) to display and attach applications for debugging.



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.