Function ProParamvalueSet
Description
Sets the fields of a ProParamvalue data structure.
Synopsis
#include <ProParamval.h>
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*.
*/
/* (In)
The type of data to be stored.
*/
)
Returns
The function successfully set the fields.
One or more of the arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?