Searched refs:m_hInst (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/desktop/win32/source/setup/ |
| H A D | setup.cpp | 139 m_hInst = NULL; in SetupApp() 217 m_hInst = hInst; in Initialize() 992 … WIN::LoadString( m_hInst, IDS_FILE_NOT_FOUND, sTmp, MAX_TEXT_LENGTH ); in DisplayError() 996 … WIN::LoadString( m_hInst, IDS_INVALID_PROFILE, sError, MAX_TEXT_LENGTH ); in DisplayError() 998 case ERROR_OUTOFMEMORY: WIN::LoadString( m_hInst, IDS_OUTOFMEM, sError, MAX_TEXT_LENGTH ); in DisplayError() 1001 … WIN::LoadString( m_hInst, IDS_USER_CANCELED, sError, MAX_TEXT_LENGTH ); in DisplayError() 1004 … WIN::LoadString( m_hInst, IDS_ALREADY_RUNNING, sError, MAX_TEXT_LENGTH ); in DisplayError() 1007 WIN::LoadString( m_hInst, IDS_NOMSI, sError, MAX_TEXT_LENGTH ); in DisplayError() 1010 … WIN::LoadString( m_hInst, IDS_REQUIRES_ADMIN_PRIV, sError, MAX_TEXT_LENGTH ); in DisplayError() 1012 … case E_ABORT: WIN::LoadString( m_hInst, IDS_UNKNOWN_ERROR, sError, MAX_TEXT_LENGTH ); in DisplayError() [all …]
|
| H A D | setup.hxx | 45 HINSTANCE m_hInst; member in SetupApp 138 HINSTANCE GetHInst() const { return m_hInst; } in GetHInst()
|
| /AOO42X/main/xmerge/source/activesync/ |
| H A D | XMergeSync.cpp | 40 _Module.m_hInst = reinterpret_cast<HINSTANCE>(hInst); in DllMain() 44 _Module.m_hInst = NULL; in DllMain() 152 if (!::GetModuleFileName((HMODULE)_Module.m_hInst, sTemp, (_MAX_PATH + 1))) in DllRegisterServer() 266 if (!::GetModuleFileName((HMODULE)_Module.m_hInst, sTemp, (_MAX_PATH + 1))) in DllRegisterServer() 401 if (!::GetModuleFileName((HMODULE)_Module.m_hInst, sTemp, (_MAX_PATH + 1))) in DllRegisterServer() 515 if (!::GetModuleFileName((HMODULE)_Module.m_hInst, sTemp, (_MAX_PATH + 1))) in DllRegisterServer()
|
| H A D | XMergeSync.h | 44 HINSTANCE m_hInst; variable
|
| H A D | XMergeFilter.cpp | 456 GetModuleFileName(_Module.m_hInst, szTmpPath, MAX_PATH); in GetXMergeClassPath()
|
| /AOO42X/main/embedserv/source/embed/ |
| H A D | syswinwrapper.cxx | 62 m_hInst=hInst; in CWindow() 106 return m_hInst; in Instance() 223 , m_hInst, this); in Init()
|
| /AOO42X/main/embedserv/source/inc/ |
| H A D | syswinwrapper.hxx | 51 HINSTANCE m_hInst; //Task instance member in winwrap::CWindow
|
| /AOO42X/main/external/mingwheaders/ |
| H A D | mingw_atl_headers.patch | 355 pM->m_hInst = pM->m_hInstTypeLib = pM->m_hInstResource = h; 1575 HINSTANCE hInst = pM->m_hInst; 1609 HINSTANCE hInst = pM->m_hInst;
|