Lines Matching refs:BOOL
47 typedef int ( __stdcall * DllNativeRegProc ) ( int, BOOL, BOOL, const char* );
48 typedef int ( __stdcall * DllNativeUnregProc ) ( int, BOOL, BOOL );
50 BOOL UnicodeEquals( wchar_t* pStr1, wchar_t* pStr2 ) in UnicodeEquals()
86 void RegisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallForAllUser, BOOL Insta… in RegisterActiveXNative()
127 void UnregisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallForAllUser, BOOL Ins… in UnregisterActiveXNative()
147 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp()
166 BOOL GetActiveXControlPath( MSIHANDLE hMSI, char** ppActiveXPath ) in GetActiveXControlPath()
197 BOOL GetDelta( MSIHANDLE hMSI, int& nOldInstallMode, int& nInstallMode, int& nDeinstallMode ) in GetDelta()
306 BOOL MakeInstallForAllUsers( MSIHANDLE hMSI ) in MakeInstallForAllUsers()
308 BOOL bResult = FALSE; in MakeInstallForAllUsers()
320 BOOL MakeInstallFor64Bit( MSIHANDLE hMSI ) in MakeInstallFor64Bit()
322 BOOL bResult = FALSE; in MakeInstallFor64Bit()
352 BOOL bInstallForAllUser = MakeInstallForAllUsers( hMSI ); in InstallActiveXControl()
353 BOOL bInstallFor64Bit = MakeInstallFor64Bit( hMSI ); in InstallActiveXControl()
414 BOOL bInstallForAllUser = MakeInstallForAllUsers( hMSI ); in DeinstallActiveXControl()
415 BOOL bInstallFor64Bit = MakeInstallFor64Bit( hMSI ); in DeinstallActiveXControl()