Imaging Registry Settings (Windows CE 5.0)

Send Feedback

The registry stores information necessary to configure the system for applications and hardware devices. The registry also contains information that the operating system continually references during operation.

Note   The default registry values vary depending on which Catalog items are included in your OS design. For more information, see Default Registry Settings.

Installed Codecs

The codecs that ship with Windows CE and appear in the Catalog are installed in the run-time image during the sysgen process. Their settings are not exposed in the registry.

If you want to install your own codec, you must create the following two registry subkeys:

  • HKEY_CURRENT_USER\Software\Microsoft\Imaging\Codecs\<Codec Name>
  • HKEY_LOCAL_MACHINE\Software\Microsoft\Imaging\Codecs\<Codec Name>.

The codec name that forms the last portion of these registry subkeys is the same value that is stored in the CodecName member of the ImageCodecInfo class.

Both subkeys use the same named values and each named value corresponds to a member of the ImageCodecInfo class. The following table shows the named values for these subkeys.

Value : type Description
CLSID : REG_BINARY No default setting.

For more information, see the Clsid member of ImageCodecInfo.

FormatID : REG_BINARY No default setting.

For more information, see the FormatID member of ImageCodecInfo.

FileTypeDescription : REG_SZ No default setting.

For more information, see the FormatDescription member of ImageCodecInfo.

FilenameExtension : REG_SZ No default setting.

For more information, see the FilenameExtension member of ImageCodecInfo.

MIMEType : REG_SZ No default setting.

For more information, see the MimeType member of ImageCodecInfo.

Flags : REG_DWORD No default setting.

For more information, see the Flags member of ImageCodecInfo.

SignatureCount : REG_DWORD No default setting.

For more information, see the SigCount member of ImageCodecInfo.

SignatureSize : REG_DWORD No default setting.

For more information, see the SigSize member of ImageCodecInfo.

SignaturePattern : REG_BINARY No default setting.

For more information, see the SigPattern member of ImageCodecInfo.

SignatureMask : REG_BINARY No default setting.

For more information, see the SigMask member of ImageCodecInfo.

See Also

Imaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.