DriverFilter_destroy

Destroys a driver filter instance returned from the DriverFilter_new method.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 void IFAPI DriverFilter_destroy ( 
    DriverFilter   *driverFilter);
 

Parameters

driverFilter
(IN) Points to the driver filter instance to destroy.