Searched refs:pActiveXPath (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/setup_native/source/win32/customactions/regactivex/ |
| H A D | regactivex.cxx | 86 void RegisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallForAllUser, BOOL Insta… in RegisterActiveXNative() argument 90 MessageBoxA(NULL, pActiveXPath, "Library Path", MB_OK | MB_ICONINFORMATION); in RegisterActiveXNative() 99 HINSTANCE hModule = LoadLibraryExA( pActiveXPath, NULL, LOAD_WITH_ALTERED_SEARCH_PATH ); in RegisterActiveXNative() 106 MessageBoxA(NULL, pActiveXPath, "Library Path", MB_OK | MB_ICONINFORMATION); in RegisterActiveXNative() 108 int nLen = strlen( pActiveXPath ); in RegisterActiveXNative() 113 strncpy( pProgramPath, pActiveXPath, nLen - nRemoveLen ); in RegisterActiveXNative() 127 void UnregisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallForAllUser, BOOL Ins… in UnregisterActiveXNative() argument 135 HINSTANCE hModule = LoadLibraryExA( pActiveXPath, NULL, LOAD_WITH_ALTERED_SEARCH_PATH ); in UnregisterActiveXNative() 355 char* pActiveXPath = NULL; in InstallActiveXControl() local 356 if ( GetActiveXControlPath( hMSI, &pActiveXPath ) && pActiveXPath in InstallActiveXControl() [all …]
|
| /AOO42X/main/extensions/source/activex/main/ |
| H A D | so_activex.cpp | 224 char pActiveXPath[1124]; in DllRegisterServerNative_Impl() local 240 sprintf( pActiveXPath, "%s\\%s", pProgramPath, pLibName ); in DllRegisterServerNative_Impl() 250 … && createKey( hkey, "InprocServer32", nKeyAccess, pActiveXPath, "ThreadingModel", "Apartment" ) in DllRegisterServerNative_Impl() 275 && createKey( hkey4, "win32", nKeyAccess, pActiveXPath ) in DllRegisterServerNative_Impl()
|