API 설명서 > Parameters and relations > Object ProParamvalue > Function ProParamvalueTypeGet
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
도움이 되셨나요?