IUIX_Cmd::Flags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Cmd::Flags Property}} | {{#customTitle:IUIX_Cmd::Flags Property}} | ||
{{#parentPage:PXV:IUIX_Cmd#Properties|Flags|property}} | {{#parentPage:PXV:IUIX_Cmd#Properties|Flags|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Flags''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns Value of LONG | + | Property '''Flags''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns Value of LONG containing the command's flags. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval] LONG* nFlags); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Cmd|IUIX_Cmd]] | [[PXV:IUIX_Cmd|IUIX_Cmd]] |
Latest revision as of 07:24, 17 March 2016
Property Flags of interface IUIX_Cmd returns Value of LONG containing the command's flags.
Syntax
HRESULT get_Flags([out, retval] LONG* nFlags);