The ICeFileFilter interface is implemented by a file converter DLL. Windows CE Services uses OLE to create an instance of an ICeFileFilter object.
| Header file: | Replfilt.h |
| Platforms: | H/PC |
| Windows CE versions: | 2.0 and later |
| Methods | Description |
|---|---|
| ICeFileFilter::FilterOptions | Called by Windows CE Services to display a dialog box that lets the user select among the file filtering options supported by a file filter. |
| ICeFileFilter::FormatMessage | Called by Windows CE Services for the mobile device to format a message string. |
| ICeFileFilter::NextConvertFile | Called by Windows CE Services when the user selects a conversion type from Windows CE Service's conversion selection dialog box. |