Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates application objects. This interface can be used to enumerate the running applications on a machine for an "attach to application" dialog box.
In addition to the methods inherited from IUnknown
, the IEnumRemoteDebugApplications
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IEnumRemoteDebugApplications::Clone | Creates an enumerator that contains the same state as the current enumerator. |
IEnumRemoteDebugApplications::Next | Retrieves a specified number of segments in an enumeration sequence. |
IEnumRemoteDebugApplications::Reset | Resets an enumeration sequence to the beginning. |
IEnumRemoteDebugApplications::Skip | Skips a specified number of segments in an enumeration sequence. |