API 文档 > Parameters and relations > Object ProParamvalue > Function ProParamvalueValueGet
Function ProParamvalueValueGet
Description
Retrieves the value field of a ProParamvalue data structure.
Synopsis
#include <ProParamval.h>
ProParamvalueValueGet
(
ProParamvalue* p_handle
/* (In)
The pointer to the ProParamvalue to be queried.
*/
/* (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
The function successfully retrieved the information.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
这对您有帮助吗?