IPXC_Font::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_Font|IPXC_Font]] returns  Value of BSTR ...
 
Property '''Name''' of interface [[PXV:IPXC_Font|IPXC_Font]] returns  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);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Font|IPXC_Font]].
 
See also [[PXV:IPXC_Font|IPXC_Font]].

Revision as of 09:11, 21 April 2015


Property Name of interface IPXC_Font returns Value of BSTR ...


Syntax

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

See Also

See also IPXC_Font.