pe_method_authority |
Retrieves the authority information of a method
PE_AUTHORITY pe_method_authority (PE_METHOD method);
method | The method object |
This function retrieves the authority of the specified method.
The authority object of a method
PE_AUTHORITY auth = pe_method_authority(PE_METHOD mth);