pe_authority_name |
Retrieves the name of an authority
void pe_authority_name (PE_AUTHORITY authority, char name[PE_NAME_MAX]);
authority | The authority object |
name | The name of the authority object |
Pe_authority_name retrieves the name of the specified authority.
char w[PE_NAME_MAX];
pe_authority_name(auth1, w);