pe_authority_name

Retrieves the name of an authority

Usage syntax

void pe_authority_name (PE_AUTHORITY authority, char name[PE_NAME_MAX]);

Parameters
authority The authority object
name The name of the authority object
Description

Pe_authority_name retrieves the name of the specified authority.

Examples

char w[PE_NAME_MAX];
pe_authority_name(auth1, w);