IPXV_3DAnimation::CurTime Property

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

Latest revision as of 04:45, 14 November 2018


Property CurTime of interface IPXV_3DAnimation returns/sets Value of double ...

Syntax

HRESULT get_CurTime([out, retval]  double*  nMilliSeconds);
HRESULT put_CurTime([in]  double  nMilliSeconds);

See Also

IPXV_3DAnimation