IProgressMon::Duration Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Duration''' of interface [[PXV:IProgressMon|IProgressMon]] returns/sets  Value of double ...
+
Property '''nDuration''' of interface [[PXV:IProgressMon|IProgressMon]] returns/sets  Value of double ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Duration([out, retval]  double*  Duration);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Duration([out, retval]  double*  nDuration);
HRESULT put_Duration([in]  double  Duration);
+
HRESULT put_Duration([in]  double  nDuration);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IProgressMon|IProgressMon]]
 
[[PXV:IProgressMon|IProgressMon]]

Latest revision as of 03:19, 15 June 2015


Property nDuration of interface IProgressMon returns/sets Value of double ...

Syntax

HRESULT get_Duration([out, retval]  double*  nDuration);
HRESULT put_Duration([in]  double  nDuration);

See Also

IProgressMon