Description | ||||||||||||||
Retrieves the thread name from the element tree. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProHole.h> | ||||||||||||||
ProError | ProElementHoleThreadSeriesGet | ( | ||||||||||||
ProElement elemtree | ||||||||||||||
/* (In) | ||||||||||||||
The hole element tree | ||||||||||||||
*/ | ||||||||||||||
ProMdl model | ||||||||||||||
/* (In) | ||||||||||||||
Handle to the model | ||||||||||||||
*/ | ||||||||||||||
wchar_t** r_thread_name | ||||||||||||||
/* (Out) | ||||||||||||||
The thread name in wide-string. This should be freed using ProWstringFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|