IBitSet::Intersection Method

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

Jump to: navigation, search


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

Syntax

HRESULT Intersection([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