API Documentation > Parameters and relations > Object ProParameter > Function ProParameterDescriptionGet
Function ProParameterDescriptionGet
Description
Obtains the parameter's description .
Replacement in Object TOOLKIT:
Synopsis
#include <ProParameter.h>
ProParameterDescriptionGet
(
/* (In)
The parameter.
*/
wchar_t** description
/* (Out)
The parameter description.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The parameter's description is not set.
Sample Code References
User Guide References
Was this helpful?