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 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*  nState);
HRESULT put_State([in]  LONG  pState);
+
HRESULT put_State([in]  LONG  nState);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Progress|IUIX_Progress]]
 
[[PXV:IUIX_Progress|IUIX_Progress]]

Latest revision as of 04: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);

See Also

IUIX_Progress