IPXC_EState::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_EState::Flags Property}}
 
{{#customTitle:IPXC_EState::Flags Property}}
{{#parentPage:PXV:IPXC_EState#Properties|Flags Property|property}}
+
{{#parentPage:PXV:IPXC_EState#Properties|Flags|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Flags''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns  Value of ULONG ...
+
Property '''Flags''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets 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);
 +
HRESULT put_Flags([in]  ULONG  nFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_EState|IPXC_EState]]
 
[[PXV:IPXC_EState|IPXC_EState]]

Latest revision as of 00:45, 23 July 2018


Property Flags of interface IPXC_EState returns/sets Value of ULONG ...

Syntax

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

See Also

IPXC_EState