IUIX_Edit::Changed Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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_Edit::Changed Property}}
 
{{#customTitle:IUIX_Edit::Changed Property}}
 +
{{#parentPage:PXV:IUIX_Edit#Properties|Changed|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Changed''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns/sets  Value of ULONG ...
 
Property '''Changed''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns/sets  Value of ULONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Changed([out, retval] ULONG* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Changed([out, retval] ULONG* nVal);
HRESULT put_Changed([in] ULONG pVal);
+
HRESULT put_Changed([in] ULONG nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Edit|IUIX_Edit]].
+
[[PXV:IUIX_Edit|IUIX_Edit]]

Latest revision as of 04:20, 15 June 2015


Property Changed of interface IUIX_Edit returns/sets Value of ULONG ...

Syntax

HRESULT get_Changed([out, retval]  ULONG*  nVal);
HRESULT put_Changed([in]  ULONG  nVal);

See Also

IUIX_Edit