MatchAttributeSet

Synopsis

int MatchAttributeSet(
const TOK_ATTR_DATA * match,
const TOK_ATTR_DATA * ad);

Description

Do a comparison of two attribute sets.  Every attribute in the 'match' set must be found in the 'ad' set. It is OK if 'ad' is a super set of 'match'.  Return TRUE if all attributes in 'match' were found in 'ad'.

Parameters

match

Attribute set to look for

ad

Atritute set to compare to