passAttribute

Returns whether the specified attribute is in the filter.

Syntax

C++

 #include "DriverFilter.h"
 
 int ClassFilter::passAttribute(
    const unicode   *attrName);
 

Parameters

attrName
(IN) Points to the name of the attribute to test.

Return Values

Returns zero if the specified attribute is not in the filter.

Returns non-zero if the specified attribute is in the filter.