BoxedApp Packer Help >> Plugin API >> 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 BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry(LPCTSTR szVirtualFilePath);

[ Delphi ]
function BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry(szVirtualFilePath: PAnsiChar): Longint; stdcall;



Copyright © 2004 - 2009 Softanics. All rights reserved.
BoxedApp is a trademark of Softanics.