IPXC_OCG::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_OCG::Name Property}}
 
{{#customTitle:IPXC_OCG::Name Property}}
 +
{{#parentPage:PXV:IPXC_OCG#Properties|Name|property}}
 +
{{ToWrite}}
 +
{{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* pName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval] BSTR* sName);
HRESULT put_Name([in] BSTR pName);
+
HRESULT put_Name([in] BSTR sName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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