Enumerates all threads associated with the application.
Syntax
HRESULT EnumThreads( IEnumRemoteDebugApplicationThreads **pperdat );
Parameters
- pperdat
- [out] Address of a pointer to the IEnumRemoteDebugApplicationThreads interface of the IEnumRemoteDebugApplicationThreads object.
Return Value
Returns S_OK if successful, or an error code otherwise.