IBitSet::SetSize Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IBitSet::SetSize Method}}
 
{{#customTitle:IBitSet::SetSize Method}}
 
{{#parentPage:PXV:IBitSet#Methods|SetSize|method}}
 
{{#parentPage:PXV:IBitSet#Methods|SetSize|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Sets number of items in the bit set. Note that this function should be used after creation of the bit set for it's proper work. Also, this function will clear all of the previous data in the bit set.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;nNewCount
 
;nNewCount
:[in]  Value of ULONG.
+
:[in]  Number of items in the bit set.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 07:55, 25 May 2015


Sets number of items in the bit set. Note that this function should be used after creation of the bit set for it's proper work. Also, this function will clear all of the previous data in the bit set.

Syntax

HRESULT SetSize([in]  ULONG  nNewCount);

Parameters

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

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IBitSet