pe_factory_method |
Creates the specified method object.
PE_METHOD pe_factory_method (int code);
code | The code of the predefined method object |
Creates the predefined method object with the specified code.
On success, the new method object. On failure, a null pointer.
PE_METHOD three_param = pe_factory_method(PE_MTH_GEOCENTRIC_TRANSLATION);