IPXC_NumberFormatItem::Units 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 '''Units''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of BSTR ...
 
Property '''Units''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of BSTR ...
 +
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Units([out, retval] BSTR* pUnits);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Units([out, retval] BSTR* ppUnits);
HRESULT put_Units([in] BSTR pUnits);
+
HRESULT put_Units([in] BSTR ppUnits);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
 
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].

Revision as of 09:18, 21 April 2015


Property Units of interface IPXC_NumberFormatItem returns/sets Value of BSTR ...


Syntax

HRESULT get_Units([out, retval] BSTR* ppUnits);
HRESULT put_Units([in] BSTR ppUnits);

See Also

See also IPXC_NumberFormatItem.