pe_method_authority_set |
Sets the authority of a method
void pe_method_authority_set (PE_METHOD method, PE_AUTHORITY authority);
method | The method object |
authority | New authority of the object |
This function assigns an authority to a method.
pe_method_authority_set(mth,auth);