#include <oilfltrs.h>
Inheritance diagram for AldusFormatOILFilter:
Public Member Functions | |
AldusFormatOILFilter (Filter *pFilter, LPTCHAR, LPTCHAR) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 611 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1223 of file oilfltrs.cpp. 01223 : OILFilter(pFilter) 01224 { 01225 FilterName = UserName; 01226 FilterExt = Extension; 01227 }
|