passClass

Returns whether the specified class is in the filter.

Syntax

C++

 #include "DriverFilter.h"
 
 int DriverFilter::passClass (
    const unicode   *className);
 

Parameters

className
(IN) Points to the name of the class.

Return Values

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

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