Description | ||||||||
Set parameter value type as list. | ||||||||
Synopsis | ||||||||
#include <ProParameter.h> | ||||||||
ProError | ProParameterListTypeSet | ( | ||||||
ProParameter* param | ||||||||
/* (In) | ||||||||
The parameter. | ||||||||
*/ | ||||||||
ProBoolean is_list | ||||||||
/* (In) | ||||||||
This is PRO_B_TRUE if the specified parameter value type wants to set as list. This is PRO_B_FALSE if the specified parameter value type wants to set as non-list. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|