IProgressMon::Duration Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Duration([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Duration([out, retval] double* Duration); |
− | HRESULT put_Duration([in] double | + | HRESULT put_Duration([in] double Duration); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IProgressMon|IProgressMon]] | [[PXV:IProgressMon|IProgressMon]] |
Revision as of 05:54, 12 June 2015
Property Duration of interface IProgressMon returns/sets Value of double ...
Syntax
HRESULT get_Duration([out, retval] double* Duration); HRESULT put_Duration([in] double Duration);