
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. */ ) |

The function successfully retrieved the information. | |
One or more of the input arguments are invalid. |



