IPXC_EState::Flags Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_EState::Flags Property}} | {{#customTitle:IPXC_EState::Flags Property}} | ||
+ | {{#parentPage:PXV:IPXC_EState#Properties|Flags|property}} | ||
+ | {{ToWrite}} | ||
+ | {{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* | + | <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]] |
Latest revision as of 23:45, 22 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);