pe_htmethod_authority_set

Sets the authority of a htmethod

Usage syntax

void pe_htmethod_authority_set (PE_HTMETHOD htmethod, PE_AUTHORITY authority);

Parameters
htmethod The htmethod object
authority New authority of the object
Description

This function assigns an authority to a htmethod.

Examples

pe_htmethod_authority_set(ht_mth,auth);