IPXC_EmbeddedFileStream::ModificationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 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#Properties|ModificationDate|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ModificationDate''' of interface [[PXV:IPXC_EmbeddedFileStream|IPXC_EmbeddedFileStream]] returns/sets  Value of DATE ...
 
Property '''ModificationDate''' of interface [[PXV:IPXC_EmbeddedFileStream|IPXC_EmbeddedFileStream]] returns/sets  Value of DATE ...
 
  
 
== 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