ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
thread_description_api Struct Reference

#include <windows.hpp>

Public Attributes

set_thread_description_fn set = nullptr
 
get_thread_description_fn get = nullptr
 
bool found_module = false
 
std::error_code lookup_error {}
 

Detailed Description

Definition at line 128 of file windows.hpp.

Member Data Documentation

◆ found_module

bool thread_description_api::found_module = false

Definition at line 132 of file windows.hpp.

◆ get

get_thread_description_fn thread_description_api::get = nullptr

Definition at line 131 of file windows.hpp.

◆ lookup_error

std::error_code thread_description_api::lookup_error {}

Definition at line 133 of file windows.hpp.

◆ set

set_thread_description_fn thread_description_api::set = nullptr

Definition at line 130 of file windows.hpp.


The documentation for this struct was generated from the following file: