Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

ActiveSync 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. Each file type and its filter must therefore be registered.

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.

    Note:
    CEUTIL, a utility DLL, has functions that are helpful when dealing with the desktop registry entries for ActiveSync. For information about CEUTIL, see Using the CEUTIL Helper DLL for ActiveSync.

See Also