Category Feature element trees, Object ProElement

Function ProElementHoleThreadSeriesGet


Description
Retrieves the thread name from the element tree.
Synopsis
#include <ProHole.h>
ProErrorProElementHoleThreadSeriesGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_NOT_EXISTThe hole file that is referred in the element with id PRO_E_HLE_THRDSERIS did not exist.
PRO_TK_INCOMPLETEThe element tree did not have a valid element with id PRO_E_HLE_THRDSERIS.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Element Trees: Hole: Hole-specific Functions
  2. Element Trees: Hole: Hole-specific Functions