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.