pe_method_authority_set

Sets the authority of a method

Usage syntax

void pe_method_authority_set (PE_METHOD method, PE_AUTHORITY authority);

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

This function assigns an authority to a method.

Examples

pe_method_authority_set(mth,auth);