pe_factory_method

Creates the specified method object.

Usage syntax

PE_METHOD pe_factory_method (int code);

Parameters
code The code of the predefined method object
Description

Creates the predefined method object with the specified code.

Returns

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

Examples

PE_METHOD three_param = pe_factory_method(PE_MTH_GEOCENTRIC_TRANSLATION);