Description | ||||||||
Retrieves the value field of a ProParamvalue data structure. | ||||||||
Synopsis | ||||||||
#include <ProParamval.h> | ||||||||
ProError | ProParamvalueValueGet | ( | ||||||
ProParamvalue* p_handle | ||||||||
/* (In) | ||||||||
The pointer to the ProParamvalue to be queried. | ||||||||
*/ | ||||||||
ProParamvalueType type | ||||||||
/* (In) | ||||||||
The type of data stored in the ProParamvalue. You retrieve this information by calling the function ProParamvalueTypeGet(). | ||||||||
*/ | ||||||||
void* r_value | ||||||||
/* (Out) | ||||||||
The pointer to the memory in which the value should be placed. The r_value should point to an int, double, short, or ProLine, as appropriate for the type specified. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProParamvalueTypeGet |