getClassFilter

Returns the class filter for the specified class.

Syntax

C++

 #include "DriverFilter.h"
 
 ClassFilter * DriverFilter::getClassFilter (
    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.