Description | ||||||||
Set indicators of gtol. Pass types, symbols and dfs as NULL to remove all indicators. | ||||||||
Synopsis | ||||||||
#include <ProGtol.h> | ||||||||
ProError | ProGtolIndicatorsSet | ( | ||||||
ProGtol* gtol | ||||||||
/* (In) | ||||||||
valid gtol. | ||||||||
*/ | ||||||||
ProGtolIndicatorType* types | ||||||||
/* (In) | ||||||||
ProArray() of indicator types. Maximum array size is 3. | ||||||||
*/ | ||||||||
wchar_t** symbols | ||||||||
/* (In) | ||||||||
ProArray() of indicator symbols strings. Maximum array size is 3. | ||||||||
*/ | ||||||||
wchar_t** dfs | ||||||||
/* (In) | ||||||||
ProArray() of dfs strings. Maximum array size is 3. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|