IEvent::Result Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IEvent::Result Property}}
 
{{#customTitle:IEvent::Result Property}}
 +
{{#parentPage:PXV:IEvent#Properties|Result|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Result''' of interface [[PXV:IEvent|IEvent]] returns/sets  Value of PARAM_T ...
+
Property '''nResult''' of interface [[PXV:IEvent|IEvent]] returns/sets  Value of PARAM_T ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Result([out, retval]  PARAM_T*  pResult);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Result([out, retval]  PARAM_T*  nResult);
HRESULT put_Result([in]  PARAM_T  pResult);
+
HRESULT put_Result([in]  PARAM_T  nResult);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IEvent|IEvent]].
+
[[PXV:IEvent|IEvent]]

Latest revision as of 03:15, 15 June 2015


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