pe_method_clone |
Creates a new method object from an existing one.
PE_METHOD pe_method_clone (PE_METHOD method);
method | An existing method object |
Creates a duplicate method from an existing method object.
On success, the new method with the attributes equal to the corresponding arguments. On failure, a null pointer.
PE_METHOD coordframe2 = pe_method_clone(coordframe);