IUIX_Event::Result Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Event::Result Property}}
 
{{#customTitle:IUIX_Event::Result Property}}
{{#parentPage:PXV:IUIX_Event|Result Property|property}}
+
{{#parentPage:PXV:IUIX_Event#Properties|Result|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Result''' of interface [[PXV:IUIX_Event|IUIX_Event]] returns/sets  Value of PARAM_T ...
+
Property '''nResult''' of interface [[PXV:IUIX_Event|IUIX_Event]] 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 ==
See also [[PXV:IUIX_Event|IUIX_Event]].
+
[[PXV:IUIX_Event|IUIX_Event]]

Latest revision as of 04:22, 15 June 2015


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

Syntax

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

See Also

IUIX_Event