BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry
Description
The function registers a COM/ActiveX library in the virtual registry, thus making the COM objects that are implemented in the library available to all the attached processes. This allows using COM objects without registering in the system registry.
Syntax
C++
DWORD __stdcall BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry(LPCTSTR szPath);
Delphi
function BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry(szVirtualFilePath: PAnsiChar): Longint; stdcall;
function BoxedAppSDK_RegisterCOMLibraryInVirtualRegistryA(szVirtualFilePath: PAnsiChar): Longint; stdcall;
function BoxedAppSDK_RegisterCOMLibraryInVirtualRegistryW(szVirtualFilePath: PWideChar): Longint; stdcall;