Searched refs:pActiveXPath (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 90 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() 355 char* pActiveXPath = NULL; in InstallActiveXControl() local 356 if ( GetActiveXControlPath( hMSI, &pActiveXPath ) && pActiveXPath in InstallActiveXControl() 388 if ( pActiveXPath ) in InstallActiveXControl() 389 free( pActiveXPath ); in InstallActiveXControl() 411 char* pActiveXPath = NULL; in DeinstallActiveXControl() local 412 …rrent_state == INSTALLSTATE_LOCAL && GetActiveXControlPath( hMSI, &pActiveXPath ) && pActiveXPath ) in DeinstallActiveXControl() 418 UnregisterActiveXNative( pActiveXPath, in DeinstallActiveXControl() [all …]
|
/aoo41x/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()
|
Completed in 28 milliseconds