winIDEA SDK
Loading...
Searching...
No Matches
isys::SProcess_Thread Struct Reference

Represents information about a specific thread. More...

#include <CSessionCtrl.h>

Public Member Functions

bool is_active () const
std::string name ()

Detailed Description

Represents information about a specific thread.

This struct instance should only be received via CProcessCtrl::thread_list method. Do not create instances of this struct directly.

Member Function Documentation

◆ is_active()

bool isys::SProcess_Thread::is_active ( ) const
Returns
bool True if the thread is active, false otherwise

◆ name()

std::string isys::SProcess_Thread::name ( )
Returns
std::string Name of the thread