Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
BoxedApp SDK Help >> Functions BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry
Description
Registers szVirtualFilePath as a COM library in virtual registry. In other words, loads a virtual file from szVirtualFilePath and calls DllRegisterServer, all registry changes are saving to virtual registry (not system registry). There are ANSI and UNICODE versions (BoxedAppSDK_RegisterCOMLibraryInVirtualRegistryA and BoxedAppSDK_RegisterCOMLibraryInVirtualRegistryW). Syntax
[ C++ ]
DWORD __stdcall BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry(LPCTSTR szVirtualFilePath);
[ Delphi ]
function BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry(szVirtualFilePath: PAnsiChar): Longint; stdcall;
Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|