Virtual Registry

Similar to the virtual file system, the virtual registry is an internal structure of BoxedApp SDK that exists in memory.

The virtual registry allows you to emulate registry keys and values. Since the registry is critical for the COM system, the virtual registry also supports virtual registration of COM objects inside the virtual environment.

To create a virtual registry key, use the function BoxedAppSDK_CreateVirtualRegKey.

Virtual keys and values can also be created implicitly if the option "all changes are virtual" is enabled.

The virtual registry is shared among all processes that run within the same virtual environment.