IPXC_EmbeddedFileStream::ModificationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
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_ModificationDate([out, retval]  DATE*  Date);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ModificationDate([out, retval]  DATE*  stDate);
HRESULT put_ModificationDate([in]  DATE  Date);
+
HRESULT put_ModificationDate([in]  DATE  stDate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_EmbeddedFileStream|IPXC_EmbeddedFileStream]]
 
[[PXV:IPXC_EmbeddedFileStream|IPXC_EmbeddedFileStream]]

Latest revision as of 03:27, 15 June 2015


Property ModificationDate of interface IPXC_EmbeddedFileStream returns/sets Value of DATE ...

Syntax

HRESULT get_ModificationDate([out, retval]  DATE*  stDate);
HRESULT put_ModificationDate([in]  DATE  stDate);

See Also

IPXC_EmbeddedFileStream