pe_htmethod_clone

Creates a new htmethod object from an existing one.

Usage syntax

PE_HTMETHOD pe_htmethod_clone (PE_HTMETHOD htmethod);

Parameters
htmethod An existing htmethod object
Description

Creates a duplicate htmethod from an existing htmethod object.

Returns

On success, the new htmethod with the attributes equal to the corresponding arguments. On failure, a null pointer.

Examples

PE_HTMETHOD affine2 = pe_htmethod_clone(affine);