pe_factory_htmethod

Creates the specified htmethod object.

Usage syntax

PE_HTMETHOD pe_factory_htmethod (int code);

Parameters
code The code of the predefined htmethod object
Description

Creates the predefined htmethod object with the specified code.

Returns

On success, the new htmethod object. On failure, a null pointer.

Examples

PE_HTMETHOD affine = pe_factory_htmethod(PE_HTMTH_AFFINE_PARAMETRIC);