IPXC_DocSrcInfo::CustDispTitle Property
From PDF XChange PDF SDK
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_CustDispTitle([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CustDispTitle([out, retval] BSTR* Val); |
− | HRESULT put_CustDispTitle([in] BSTR | + | HRESULT put_CustDispTitle([in] BSTR Val); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] | [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] |
Revision as of 05:59, 12 June 2015
Property CustDispTitle of interface IPXC_DocSrcInfo returns/sets Value of BSTR ...
Syntax
HRESULT get_CustDispTitle([out, retval] BSTR* Val); HRESULT put_CustDispTitle([in] BSTR Val);