IEvent::Result Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IEvent::Result Property}}
 
{{#customTitle:IEvent::Result Property}}
Line 13: Line 14:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IEvent|IEvent]].
+
[[PXV:IEvent|IEvent]].

Revision as of 04:46, 20 May 2015


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

Syntax

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

See Also

IEvent.