IBitSet::Difference Method

From PDF XChange PDF SDK
Revision as of 06:49, 25 May 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


Modifies current bit set so that the values that differ from the source bit set become true and equal values become false.

Syntax

HRESULT Difference([in]  IBitSet*  pSource);

Parameters

pSource
[in] Pointer to IBitSet containing the source bit set.

Return Value

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

See Also

IBitSet