IPXC_Annotation::CreationDate Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval] BSTR* ppDate); |
− | HRESULT put_CreationDate([in] BSTR | + | HRESULT put_CreationDate([in] BSTR ppDate); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Annotation|IPXC_Annotation]]. | See also [[PXV:IPXC_Annotation|IPXC_Annotation]]. |
Revision as of 07:59, 21 April 2015
Property CreationDate of interface IPXC_Annotation returns/sets Value of BSTR ...
Syntax
HRESULT get_CreationDate([out, retval] BSTR* ppDate); HRESULT put_CreationDate([in] BSTR ppDate);
See Also
See also IPXC_Annotation.