August 2000
Intermediate to advanced
816 pages
18h 34m
English
COM uses the HKEY_CLASSES_ROOT hive in the system registry to maintain object initialization parameters. Six categories of information are included in this key:
File extensions
ProgIDs
AppIDs
CLSIDs
Interfaces
TypeLibs
COM also uses the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole key to maintain security information. You learn both of these hives in the following sections.
File extensions are subkeys of the HKEY_CLASSES_ROOT key. The file extension key has the following structure, as shown in Figure 8.4:

HKEY_CLASSES_ROOT
{ .extension } = { prog-id }
This value indicates where ...
Read now
Unlock full access