IPXC_OCG::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_OCG::Name Property}}
 
{{#customTitle:IPXC_OCG::Name Property}}
{{#parentPage:PXV:IPXC_OCG#Properties|Name Property|property}}
+
{{#parentPage:PXV:IPXC_OCG#Properties|Name|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IPXC_OCG|IPXC_OCG]] returns/sets  Value of BSTR ...
+
Property '''sName''' of interface [[PXV:IPXC_OCG|IPXC_OCG]] returns/sets  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval]  BSTR*  ppName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval]  BSTR*  sName);
HRESULT put_Name([in]  BSTR  ppName);
+
HRESULT put_Name([in]  BSTR  sName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_OCG|IPXC_OCG]].
+
[[PXV:IPXC_OCG|IPXC_OCG]]

Latest revision as of 03:31, 15 June 2015


Property sName of interface IPXC_OCG returns/sets Value of BSTR ...

Syntax

HRESULT get_Name([out, retval]  BSTR*  sName);
HRESULT put_Name([in]  BSTR  sName);

See Also

IPXC_OCG