pe_method_authority

Retrieves the authority information of a method

Usage syntax

PE_AUTHORITY pe_method_authority (PE_METHOD method);

Parameters
method The method object
Description

This function retrieves the authority of the specified method.

Returns

The authority object of a method

Examples

PE_AUTHORITY auth = pe_method_authority(PE_METHOD mth);