pe_htmethod_authority_set |
Sets the authority of a htmethod
void pe_htmethod_authority_set (PE_HTMETHOD htmethod, PE_AUTHORITY authority);
htmethod | The htmethod object |
authority | New authority of the object |
This function assigns an authority to a htmethod.
pe_htmethod_authority_set(ht_mth,auth);