pe_htmethod_name |
Retrieves the name of a htmethod object.
void pe_htmethod_name (PE_HTMETHOD htmethod, char name[PE_NAME_MAX]);
htmethod | The htmethod object |
name | The name of the htmethod object |
Retrieves the name of the htmethod object.
None
char ht_name[PE_NAME_MAX];
pe_htmethod_name(affine, ht_name);