pe_factory_htmethod |
Creates the specified htmethod object.
PE_HTMETHOD pe_factory_htmethod (int code);
code | The code of the predefined htmethod object |
Creates the predefined htmethod object with the specified code.
On success, the new htmethod object. On failure, a null pointer.
PE_HTMETHOD affine = pe_factory_htmethod(PE_HTMTH_AFFINE_PARAMETRIC);