pe_parameter_authority

Retrieves the authority information of a parameter.

Usage syntax

PE_AUTHORITY pe_parameter_authority (PE_PARAMETER parameter);

Parameters
parameter The parameter object
Description

This function retrieves the authority of the specified parameter.

Returns

The authority object of a parameter

Examples

PE_AUTHORITY auth = pe_parameter_authority(PE_PARAMETER scalefactor);