IUIX_Progress::State Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Progress::State Property}} | {{#customTitle:IUIX_Progress::State Property}} | ||
− | {{#parentPage:PXV:IUIX_Progress|property | + | {{#parentPage:PXV:IUIX_Progress#Properties|State|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Sets object of [[PXV:IUIX_Progress|IUIX_Progress]] interface to one of available in [[PXV:UIX_ProgressState|UIX_ProgressState enumeration]] states. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] LONG* nState); |
− | HRESULT put_State([in] LONG | + | HRESULT put_State([in] LONG nState); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Progress|IUIX_Progress]] |
Latest revision as of 03:34, 15 June 2015
Sets object of IUIX_Progress interface to one of available in UIX_ProgressState enumeration states.
Syntax
HRESULT get_State([out, retval] LONG* nState); HRESULT put_State([in] LONG nState);