pe_htmethod_del

Removes a htmethod object.

Usage syntax

void pe_htmethod_del (PE_HTMETHOD htmethod);

Parameters
htmethod The htmethod object
Description

Releases the memory allocated to the specified htmethod object.

Returns

None

Examples

pe_htmethod_del(affine);