IEvent::Result Property

From PDF XChange PDF SDK
Revision as of 03:15, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property nResult of interface IEvent returns/sets Value of PARAM_T ...

Syntax

HRESULT get_Result([out, retval]  PARAM_T*  nResult);
HRESULT put_Result([in]  PARAM_T  nResult);

See Also

IEvent