It_DupTo 

Use

Duplicates a source IT_EVENT structure into a target IT_EVENT structure you specify.

Syntax

DWORD DLEX It_DupTo(PIT_EVENT pEvt, PPIT_EVENT ppEvt);

Parameters

pEvt

Pointer to the IT_EVENT input structure

ppEvt

Pointer to a pointer to the IT_EVENT output structure

Return Value

Returns TRUE on success.

Comments

The tagert ppEvt parameter points to the pointer to the duplicated structure.

See Also

It_Dup.