IPXC_DocSrcInfo::CustDispTitle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocSrcInfo::CustDispTitle Property}}
 
{{#customTitle:IPXC_DocSrcInfo::CustDispTitle Property}}
{{#parentPage:PXV:IPXC_DocSrcInfo|property}}
+
{{#parentPage:PXV:IPXC_DocSrcInfo|CustDispTitle Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CustDispTitle([out, retval] BSTR* ppVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CustDispTitle([out, retval] BSTR* ppVal);
HRESULT put_CustDispTitle([in] BSTR ppVal);
+
HRESULT put_CustDispTitle([in] BSTR ppVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]].
 
See also [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]].

Revision as of 06:01, 23 April 2015


Property CustDispTitle of interface IPXC_DocSrcInfo returns/sets Value of BSTR ...

Syntax

HRESULT get_CustDispTitle([out, retval]  BSTR*  ppVal);
HRESULT put_CustDispTitle([in]  BSTR  ppVal);

See Also

See also IPXC_DocSrcInfo.