IPXV_Inst::State Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::State Property}} | {{#customTitle:IPXV_Inst::State Property}} | ||
− | {{#parentPage:PXV:IPXV_Inst#Properties|State | + | {{#parentPage:PXV:IPXV_Inst#Properties|State|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Returns the state of Editor's instance, see [[PXV:PXV_InstStateFlags|PXV_InstStateFlags]]. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] ULONG* nState); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]] |
Latest revision as of 02:59, 15 June 2015
Returns the state of Editor's instance, see PXV_InstStateFlags.
Syntax
HRESULT get_State([out, retval] ULONG* nState);