IUIX_Progress::State Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Progress::State Property}}
 
{{#customTitle:IUIX_Progress::State Property}}
{{#parentPage:PXV:IUIX_Progress|property}}
+
{{#parentPage:PXV:IUIX_Progress|State Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] LONG* pState);
+
<pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] LONG* pState);
HRESULT put_State([in] LONG pState);
+
HRESULT put_State([in] LONG pState);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_Progress|IUIX_Progress]].
 
See also [[PXV:IUIX_Progress|IUIX_Progress]].

Revision as of 06:52, 23 April 2015


Property State of interface IUIX_Progress returns/sets Value of LONG ...

Syntax

HRESULT get_State([out, retval]  LONG*  pState);
HRESULT put_State([in]  LONG  pState);

See Also

See also IUIX_Progress.