Lines Matching refs:pActiveXPath

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()
373 UnregisterActiveXNative( pActiveXPath, nDeinstallMode, bInstallForAllUser, bInstallFor64Bit ); in InstallActiveXControl()
376 RegisterActiveXNative( pActiveXPath, nInstallMode, bInstallForAllUser, bInstallFor64Bit ); in InstallActiveXControl()
384 UnregisterActiveXNative( pActiveXPath, nOldInstallMode, bInstallForAllUser, bInstallFor64Bit ); 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()
429 free( pActiveXPath ); in DeinstallActiveXControl()