MATLAB Excel Builder | ![]() ![]() |
Globally Unique Identifiers
Information is stored in the registry as keys with one or more associated named values. The keys themselves have values of primarily two types: readable strings and GUIDs. GUID is an acronym for Globally Unique Identifier, a 128-bit integer guaranteed always to be unique. The MATLAB Compiler automatically generates GUIDs for COM classes, interfaces, and type libraries that are defined within a component at build time, and codes these keys into the component's self-registration code. The interface to the system registry is directory based, and COM-related information is stored under a top-level key called HKEY_CLASSES_ROOT
. Under HKEY_CLASSES_ROOT
are several other keys under which the component writes its information. These keys are defined in Table C-1.
![]() | Self-Registering Components | Versioning | ![]() |