IPXV_PagesLayoutChangedEvent::ChangesFlags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PagesLayoutChangedEvent::ChangesFlags Property}}
 
{{#customTitle:IPXV_PagesLayoutChangedEvent::ChangesFlags Property}}
{{#parentPage:PXV:IPXV_PagesLayoutChangedEvent#Properties|ChangesFlags Property|property}}
+
{{#parentPage:PXV:IPXV_PagesLayoutChangedEvent#Properties|ChangesFlags|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ChangesFlags''' of interface [[PXV:IPXV_PagesLayoutChangedEvent|IPXV_PagesLayoutChangedEvent]] returns  Value of ULONG ...
+
Property '''nChangesFlags''' of interface [[PXV:IPXV_PagesLayoutChangedEvent|IPXV_PagesLayoutChangedEvent]] returns  Value of ULONG containing the [[PXV:PXV_PagesLayoutChangesFlags|PXV_PagesLayoutChangesFlags]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ChangesFlags([out, retval]  ULONG*  pChangesFlags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ChangesFlags([out, retval]  ULONG*  nChangesFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_PagesLayoutChangedEvent|IPXV_PagesLayoutChangedEvent]].
+
[[PXV:IPXV_PagesLayoutChangedEvent|IPXV_PagesLayoutChangedEvent]]

Latest revision as of 03:16, 14 June 2017


Property nChangesFlags of interface IPXV_PagesLayoutChangedEvent returns Value of ULONG containing the PXV_PagesLayoutChangesFlags.

Syntax

HRESULT get_ChangesFlags([out, retval]  ULONG*  nChangesFlags);

See Also

IPXV_PagesLayoutChangedEvent