pe_htmethod_authority

Retrieves the authority information of a htmethod

Usage syntax

PE_AUTHORITY pe_htmethod_authority (PE_HTMETHOD htmethod);

Parameters
htmethod The htmethod object
Description

This function retrieves the authority of the specified htmethod.

Returns

The authority object of a htmethod

Examples

PE_AUTHORITY auth = pe_htmethod_authority(PE_HTMETHOD ht_mth);