pe_authority_authcode |
Retrieves the code of an authority object
int pe_authority_authcode (PE_AUTHORITY authority);
authority | The authority object |
This function retrieves the code or ID of the specified authority.
The authority code or ID for an object
int code;
code = pe_authority_authcode(auth1);