Home
last modified time | relevance | path

Searched refs:pProgramPath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/activex/main/ !
H A Dso_activex.cpp211 …ve_Impl( int nMode, BOOL bForAllUsers, REGSAM nKeyAccess, const char* pProgramPath, const char* pL… in DllRegisterServerNative_Impl() argument
235 MessageBoxA(NULL, pProgramPath, "Library Path, ( from library )", MB_OK | MB_ICONINFORMATION); in DllRegisterServerNative_Impl()
238 if ( pProgramPath && strlen( pProgramPath ) < 1024 ) in DllRegisterServerNative_Impl()
240 sprintf( pActiveXPath, "%s\\%s", pProgramPath, pLibName ); in DllRegisterServerNative_Impl()
241 sprintf( pActiveXPath101, "%s\\%s, 101", pProgramPath, pLibName ); in DllRegisterServerNative_Impl()
278 && createKey( hkey3, "HELPDIR", nKeyAccess, pProgramPath ) in DllRegisterServerNative_Impl()
357 …I DllRegisterServerNative( int nMode, BOOL bForAllUsers, BOOL bFor64Bit, const char* pProgramPath ) in DllRegisterServerNative() argument
361 …hr = DllRegisterServerNative_Impl( nMode, bForAllUsers, n64KeyAccess, pProgramPath, X64_LIB_NAME ); in DllRegisterServerNative()
364 …hr = DllRegisterServerNative_Impl( nMode, bForAllUsers, n32KeyAccess, pProgramPath, X32_LIB_NAME ); in DllRegisterServerNative()
673 char pProgramPath[1024]; in DllRegisterServer() local
[all …]
/trunk/main/setup_native/source/win32/customactions/regactivex/ !
H A Dregactivex.cxx112 char* pProgramPath = reinterpret_cast<char*>( malloc( nLen - nRemoveLen + 1 ) ); in RegisterActiveXNative() local
113 strncpy( pProgramPath, pActiveXPath, nLen - nRemoveLen ); in RegisterActiveXNative()
114 pProgramPath[ nLen - nRemoveLen ] = 0; in RegisterActiveXNative()
116 ( *pNativeProc )( nMode, InstallForAllUser, InstallFor64Bit, pProgramPath ); in RegisterActiveXNative()
118 free( pProgramPath ); in RegisterActiveXNative()