IPXS_DecodeFilter::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Flags''' of interface [[PXV:IPXS_DecodeFilter|IPXS_DecodeFilter]] returns  Value of ULONG ...
+
Property '''nFlags''' of interface [[PXV:IPXS_DecodeFilter|IPXS_DecodeFilter]] returns  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  Flags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  nFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXS_DecodeFilter|IPXS_DecodeFilter]]
 
[[PXV:IPXS_DecodeFilter|IPXS_DecodeFilter]]

Latest revision as of 03:40, 15 June 2015


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

Syntax

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

See Also

IPXS_DecodeFilter