IPXV_UILanguages::Count 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 2 users not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_UILanguages::Count Property}}
 
{{#customTitle:IPXV_UILanguages::Count Property}}
 
{{#parentPage:PXV:IPXV_UILanguages#Properties|Count|property}}
 
{{#parentPage:PXV:IPXV_UILanguages#Properties|Count|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IPXV_UILanguages|IPXV_UILanguages]] returns  Value of ULONG ...
+
Returns the count of supported UI-languages.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_UILanguages|IPXV_UILanguages]]
 
[[PXV:IPXV_UILanguages|IPXV_UILanguages]]

Latest revision as of 04:09, 15 June 2015


Returns the count of supported UI-languages.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IPXV_UILanguages