pe_htmethod_clone |
Creates a new htmethod object from an existing one.
PE_HTMETHOD pe_htmethod_clone (PE_HTMETHOD htmethod);
htmethod | An existing htmethod object |
Creates a duplicate htmethod from an existing htmethod object.
On success, the new htmethod with the attributes equal to the corresponding arguments. On failure, a null pointer.
PE_HTMETHOD affine2 = pe_htmethod_clone(affine);