Function ProParamvalueTypeGet
Description
Retrieves the type field of a ProParamvalue data structure.
Synopsis
#include <ProParamval.h>
ProParamvalueTypeGet
(
ProParamvalue* p_handle
/* (In)
The pointer to the ProParamvalue to be queried
*/
/* (Out)
The type field of the ProParamvalue structure
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?