pe_htmethod_name

Retrieves the name of a htmethod object.

Usage syntax

void pe_htmethod_name (PE_HTMETHOD htmethod, char name[PE_NAME_MAX]);

Parameters
htmethod The htmethod object
name The name of the htmethod object
Description

Retrieves the name of the htmethod object.

Returns

None

Examples

char ht_name[PE_NAME_MAX];
pe_htmethod_name(affine, ht_name);