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)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_EmbeddedFileStream::ModificationDate Property}}
 
{{#customTitle:IPXC_EmbeddedFileStream::ModificationDate Property}}
{{#parentPage:PXV:IPXC_EmbeddedFileStream|ModificationDate Property|property}}
+
{{#parentPage:PXV:IPXC_EmbeddedFileStream#Properties|ModificationDate|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ModificationDate([out, retval]  DATE*  pDate);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ModificationDate([out, retval]  DATE*  stDate);
HRESULT put_ModificationDate([in]  DATE  pDate);
+
HRESULT put_ModificationDate([in]  DATE  stDate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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