Registering File Types and File Filters

Windows CE Services uses the registry entries to determine which conversions are available for a given file type and how to invoke the filter that supports the conversion. For this reason, you must register each file type and file filter properly using the following procedure.

    To register file types and their filters
  1. Register the file extension type.
  2. Generate a class identifier (CLSID) for the file filter.
  3. Register the file filter.

The following sections describe each step in detail.

Note CEUTIL, a utility DLL, has functions that are especially helpful when dealing with the desktop registry entries for Windows CE Services.  For information about CEUTIL, see Installing and Managing Applications.