IUniqueStrings::Count Property
From PDF XChange PDF SDK
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUniqueStrings::Count Property}} | {{#customTitle:IUniqueStrings::Count Property}} | ||
{{#parentPage:PXV:IUniqueStrings#Properties|Count|property}} | {{#parentPage:PXV:IUniqueStrings#Properties|Count|property}} | ||
− | + | ||
Gets number of items in the unique strings list. | Gets number of items in the unique strings list. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUniqueStrings|IUniqueStrings]] | [[PXV:IUniqueStrings|IUniqueStrings]] |
Latest revision as of 15:04, 16 June 2015
Gets number of items in the unique strings list.
Syntax
HRESULT get_Count([out, retval] ULONG* nCount);