Home
last modified time | relevance | path

Searched refs:hInst (Results 1 – 18 of 18) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Dsyswinwrapper.cxx60 winwrap::CWindow::CWindow(HINSTANCE hInst) in CWindow() argument
62 m_hInst=hInst; in CWindow()
132 BOOL winwrap::HatchWindowRegister(HINSTANCE hInst) in HatchWindowRegister() argument
138 wc.hInstance = hInst; in HatchWindowRegister()
163 CHatchWin::CHatchWin(HINSTANCE hInst,const DocumentHolder* pDocHolder) in CHatchWin() argument
164 : CWindow(hInst), in CHatchWin()
/trunk/main/vcl/win/source/app/
H A Dsalshl.cxx43 sal_Bool WINAPI DllMain( HINSTANCE hInst, DWORD nReason, LPVOID pReserved ) in DllMain() argument
48 BOOL WINAPI _CRT_INIT( HINSTANCE hInst, DWORD nReason, LPVOID pReserved );
51 BOOL WINAPI LibMain( HINSTANCE hInst, DWORD nReason, LPVOID pReserved )
56 aSalShlData.mhInst = hInst;
62 if ( !_CRT_INIT( hInst, nReason, pReserved ) )
/trunk/main/desktop/win32/source/rebase/
H A Drebasegui.cxx137 extern "C" int APIENTRY WinMain( HINSTANCE hInst, HINSTANCE, LPSTR, int ) in WinMain() argument
141 LoadString( hInst, IDS_APP_TITLE, pAppTitle, MAX_STR_CAPTION ); in WinMain()
145 LoadString( hInst, IDS_MSG_OPTIMIZED_FOR_SERVER, pTextServer, MAX_TEXT_LENGTH ); in WinMain()
149 LoadString( hInst, IDS_MSG_OPTIMIZED_FOR_CLIENT, pTextClient, MAX_TEXT_LENGTH ); in WinMain()
153 LoadString( hInst, IDS_MSG_NO_INSTALLATION_FOUND, pTextNoInstallation, MAX_TEXT_LENGTH ); in WinMain()
/trunk/main/svl/source/svdde/
H A Dddestrg.cxx38 hInst = hDdeInst; in DdeString()
47 hInst = hDdeInst; in DdeString()
55 DdeFreeStringHandle( hInst, hString ); in ~DdeString()
H A Dddeimp.hxx122 DWORD hInst; member in DdeString
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx753 HINSTANCE hInst = GetModuleHandleA( CLIPSRV_DLL_NAME ); in createMtaOleReqWnd() local
754 OSL_ENSURE( NULL != hInst, "The name of the clipboard service dll must have changed" ); in createMtaOleReqWnd()
763 wcex.hInstance = hInst; in createMtaOleReqWnd()
775 g_szWndClsName, NULL, 0, 0, 0, 0, 0, NULL, NULL, hInst, NULL ); in createMtaOleReqWnd()
/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx55 HINSTANCE hInst; // aktuelle Instanz variable
216 hInst = hInstance; // Instanzzugriffsnummer in unserer globalen Variable speichern in InitInstance()
251 LoadString(hInst, IDS_HELLO, szHello, MAX_LOADSTRING); in WndProc()
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx50 HINSTANCE hInst; // aktuelle Instanz variable
228 hInst = hInstance; // Instanzzugriffsnummer in unserer globalen Variable speichern in InitInstance()
263 LoadString(hInst, IDS_HELLO, szHello, MAX_LOADSTRING); in WndProc()
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp48 HINSTANCE hInst; // current instance variable
254 hInst = hInstance; // Store instance handle in our global variable in InitInstance()
389 DialogBox(hInst, (LPCTSTR)IDD_ABOUTBOX, hWnd, (DLGPROC)About); in WndProc()
/trunk/main/desktop/win32/source/setup/
H A Dsetup_main.cxx77 extern "C" int __stdcall WinMain( HINSTANCE hInst, HINSTANCE, LPSTR, int ) in WinMain() argument
98 if ( ! pSetup->Initialize( hInst ) ) in WinMain()
H A Dsetup.cpp199 boolean SetupAppX::Initialize( HINSTANCE hInst ) in Initialize() argument
202 m_hInst = hInst; in Initialize()
207 WIN::LoadString( hInst, IDS_APP_TITLE, m_pAppTitle, MAX_STR_CAPTION ); in Initialize()
213 if ( 0 == WIN::GetModuleFileName( hInst, m_pModuleFile, MAX_PATH ) ) in Initialize()
H A Dsetup_main.hxx42 virtual boolean Initialize( HINSTANCE hInst ) = 0;
H A Dsetup.hxx126 virtual boolean Initialize( HINSTANCE hInst );
/trunk/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx454 BOOL WINAPI DllMain( HINSTANCE hInst, ULONG /*ul_reason_for_call*/, LPVOID /*lpReserved*/ ) in DllMain() argument
457 g_hModule = hInst; in DllMain()
/trunk/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx419 BOOL WINAPI DllMain(HINSTANCE hInst, ULONG /*ul_reason_for_call*/, LPVOID /*lpReserved*/) in DllMain() argument
421 g_hModule = hInst; in DllMain()
/trunk/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx46 BOOL HatchWindowRegister(HINSTANCE hInst);
/trunk/main/xmerge/source/activesync/
H A DXMergeSync.cpp35 BOOL WINAPI DllMain(HANDLE hInst, ULONG ulReason, LPVOID lpReserved) in DllMain() argument
40 _Module.m_hInst = reinterpret_cast<HINSTANCE>(hInst); in DllMain()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1575 HINSTANCE hInst = pM->m_hInst;
1609 HINSTANCE hInst = pM->m_hInst;

Completed in 77 milliseconds