IPXV_UILanguages::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_UILanguages::Count Property}}
 
{{#customTitle:IPXV_UILanguages::Count Property}}
{{#parentPage:PXV:IPXV_UILanguages|Count Property|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 ==
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