|
Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
BoxedApp SDK Help >> Functions BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry
Syntax
[ C++ ]
DWORD BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry(LPCTSTR szVirtualFilePath); 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).
Quick links:
BoxedApp Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|