IPXV_DocContentsChangesInfo::Flags Property

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

Latest revision as of 03:51, 15 June 2015


Property nFlags of interface IPXV_DocContentsChangesInfo returns Value of ULONG ...

Syntax

HRESULT get_Flags([out, retval]  ULONG*  nFlags);

See Also

IPXV_DocContentsChangesInfo