IEnumRemoteDebugApplicationThreads Interface
Enumerates the running threads in an application.
In addition to the methods inherited from IUnknown
, the IEnumRemoteDebugApplicationThreads
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IEnumRemoteDebugApplicationThreads::Next | Retrieves a specified number of segments in an enumeration sequence. |
IEnumRemoteDebugApplicationThreads::Skip | Skips a specified number of segments in an enumeration sequence. |
IEnumRemoteDebugApplicationThreads::Reset | Resets an enumeration sequence to the beginning. |
IEnumRemoteDebugApplicationThreads::Clone | Creates an enumerator that contains the same state as the current enumerator. |