IPXC_OCContext::UserTitle 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_OCContext::UserTitle Property}}
 
{{#customTitle:IPXC_OCContext::UserTitle Property}}
{{#parentPage:PXV:IPXC_OCContext|property}}
+
{{#parentPage:PXV:IPXC_OCContext|UserTitle Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_UserTitle([out, retval] BSTR* ppUserTitle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_UserTitle([out, retval] BSTR* ppUserTitle);
HRESULT put_UserTitle([in] BSTR ppUserTitle);
+
HRESULT put_UserTitle([in] BSTR ppUserTitle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_OCContext|IPXC_OCContext]].
 
See also [[PXV:IPXC_OCContext|IPXC_OCContext]].

Revision as of 06:08, 23 April 2015


Property UserTitle of interface IPXC_OCContext returns/sets Value of BSTR ...

Syntax

HRESULT get_UserTitle([out, retval]  BSTR*  ppUserTitle);
HRESULT put_UserTitle([in]  BSTR  ppUserTitle);

See Also

See also IPXC_OCContext.