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)
Line 6: Line 6:
  
 
Property '''Name''' of interface [[PXV:IPXC_OCG|IPXC_OCG]] returns/sets  Value of BSTR ...
 
Property '''Name''' 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* ppName);
HRESULT put_Name([in] BSTR pName);
+
HRESULT put_Name([in] BSTR ppName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_OCG|IPXC_OCG]].
 
See also [[PXV:IPXC_OCG|IPXC_OCG]].

Revision as of 09:18, 21 April 2015


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


Syntax

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

See Also

See also IPXC_OCG.