T
timtos
I want to use the IFilter interface. For that I am using the method
STDAPI LoadIFilter(WCHAR const * pwcsPath,
IUnknown * pUnkOuter,
void ** ppIUnk);
and this is working fine if the file extension of the passed file is known.
Otherwise the null filter is returned what I don´t want. Files with unknown
extension should use the default plain text filter.
But although setting the registry entries FilterFilesWithUnknownExtensions to 1,
LoadIFilter always returns null for these files.
How is it possible to get a valid filter for these types?
Thanks A LOT for any kind of information!
Greetings,
timtos.
STDAPI LoadIFilter(WCHAR const * pwcsPath,
IUnknown * pUnkOuter,
void ** ppIUnk);
and this is working fine if the file extension of the passed file is known.
Otherwise the null filter is returned what I don´t want. Files with unknown
extension should use the default plain text filter.
But although setting the registry entries FilterFilesWithUnknownExtensions to 1,
LoadIFilter always returns null for these files.
How is it possible to get a valid filter for these types?
Thanks A LOT for any kind of information!
Greetings,
timtos.