IBitSet::SetSize Method

From PDF XChange PDF SDK
Revision as of 03:12, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sets the number of items in the bit-set. Note that this function should be used after the creation of the bit-set, to ensure its correct functionality. Also, this function will clear all previous data in a bit-set.

Syntax

HRESULT SetSize([in]  ULONG  nNewCount);

Parameters

nNewCount
[in] Number of items in the bit-set.

Return Value

Returns S_OK if the operation was successful, otherwise an error code is returned.

See Also

IBitSet