IPXV_FormatConverter::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_FormatConverter::Flags Property}}
 
{{#customTitle:IPXV_FormatConverter::Flags Property}}
{{#parentPage:PXV:IPXV_FormatConverter|Flags Property|property}}
+
{{#parentPage:PXV:IPXV_FormatConverter#Properties|Flags|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Flags''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of ULONG ...
+
Property '''nFlags''' of interface [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]] returns  Value of ULONG containing the [[PXV:PXV_FmtConverterFlags|PXV_FmtConverterFlags]].
  
 
== 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 ==
See also [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]].
+
[[PXV:IPXV_FormatConverter|IPXV_FormatConverter]]

Latest revision as of 01:52, 27 April 2017


Property nFlags of interface IPXV_FormatConverter returns Value of ULONG containing the PXV_FmtConverterFlags.

Syntax

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

See Also

IPXV_FormatConverter