Description | ||||||||
Sets the fields of a ProParamvalue data structure. | ||||||||
Synopsis | ||||||||
#include <ProParamval.h> | ||||||||
ProError | ProParamvalueSet | ( | ||||||
ProParamvalue* p_handle | ||||||||
/* (In) | ||||||||
The pointer to the ProParamvalue to be set. | ||||||||
*/ | ||||||||
void* p_value | ||||||||
/* (In) | ||||||||
The pointer to the data to be placed in the value field. The data passed should be a pointer to a double, int, short, or wchar_t*. | ||||||||
*/ | ||||||||
ProParamvalueType type | ||||||||
/* (In) | ||||||||
The type of data to be stored. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|