Imaging Registry Settings (Compact 2013)
3/26/2014
This feature is being deprecated for this release. Refer to this component: Windows Imaging Component.
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 Embedded Compact 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 keys:
- 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 keys 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 keys.
Value |
Type |
Description |
---|---|---|
CLSID |
REG_BINARY |
No default setting. For more information, see the Clsid member of ImageCodecInfo. |
Format ID |
REG_BINARY |
No default setting. For more information, see the FormatID member of ImageCodecInfo. |
File Type Description |
REG_SZ |
No default setting. For more information, see the FormatDescription member of ImageCodecInfo. |
Filename Extension |
REG_SZ |
No default setting. For more information, see the FilenameExtension member of ImageCodecInfo. |
MIME Type |
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. |
Signature Count |
REG_DWORD |
No default setting. For more information, see the SigCount member of ImageCodecInfo. |
Signature Size |
REG_DWORD |
No default setting. For more information, see the SigSize member of ImageCodecInfo. |
Signature Pattern |
REG_BINARY |
No default setting. For more information, see the SigPattern member of ImageCodecInfo. |
Signature Mask |
REG_BINARY |
No default setting. For more information, see the SigMask member of ImageCodecInfo. |