Home
last modified time | relevance | path

Searched refs:hInstance (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d291 static LDR_MODULE* findLdrModule( HINSTANCE hInstance, void** peb ) nothrow @nogc in findLdrModule()
298 if (ldrMod.BaseAddress == hInstance) in findLdrModule()
304 static bool setDllTlsUsage( HINSTANCE hInstance, void** peb ) nothrow in setDllTlsUsage()
306 LDR_MODULE *thisMod = findLdrModule( hInstance, peb ); in setDllTlsUsage()
333 bool dll_fixTLS( HINSTANCE hInstance, void* tlsstart, void* tlsend, void* tls_callbacks_a, int* tls… in dll_fixTLS() argument
355 dll_aux.LDR_MODULE *ldrMod = dll_aux.findLdrModule( hInstance, peb ); in dll_fixTLS()
410 int dll_getRefCount( HINSTANCE hInstance ) nothrow @nogc in dll_getRefCount() argument
444 dll_aux.LDR_MODULE *ldrMod = dll_aux.findLdrModule( hInstance, peb ); in dll_getRefCount()
454 bool dll_process_attach( HINSTANCE hInstance, bool attach_threads, in dll_process_attach() argument
459 if ( !dll_fixTLS( hInstance, tlsstart, tlsend, tls_callbacks_a, tlsindex ) ) in dll_process_attach()
[all …]
H A Dcommdlg.d311 HWND hInstance;
324 HWND hInstance;
345 HINSTANCE hInstance;
365 HINSTANCE hInstance;
385 HINSTANCE hInstance;
400 HINSTANCE hInstance;
415 HINSTANCE hInstance;
445 HINSTANCE hInstance;
497 HINSTANCE hInstance;
515 HINSTANCE hInstance;
[all …]
H A Doledlg.d346 HINSTANCE hInstance; member
372 HINSTANCE hInstance; member
436 HINSTANCE hInstance; member
460 HINSTANCE hInstance; member
516 HINSTANCE hInstance; member
530 HINSTANCE hInstance; member
544 HINSTANCE hInstance; member
561 HINSTANCE hInstance; member
578 HINSTANCE hInstance; member
604 HINSTANCE hInstance; member
[all …]
H A Dprsht.d204 HINSTANCE hInstance;
229 HINSTANCE hInstance;
257 HINSTANCE hInstance;
292 HINSTANCE hInstance;
H A Daclui.d28 HINSTANCE hInstance; member
H A Dwinuser.d2533 HINSTANCE hInstance;
2549 HINSTANCE hInstance;
2751 HINSTANCE hInstance;
2765 HINSTANCE hInstance;
2780 HINSTANCE hInstance;
2796 HINSTANCE hInstance;
2890 HINSTANCE hInstance;
2904 HINSTANCE hInstance;
H A Dvfw.d1511 HWND MCIWndCreateA(HWND hwndParent, HINSTANCE hInstance, DWORD dwStyle, LPCSTR szFile);
1512 HWND MCIWndCreateW(HWND hwndParent, HINSTANCE hInstance, DWORD dwStyle, LPCWSTR szFile);
H A Dcommctrl.d4987 HINSTANCE hInstance) {
4989 cast(HMENU) id, hInstance, null);
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dlayout.c44 CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height) in CreateMainWindow() argument
54 res = FindResource(hInstance, name, RT_DIALOG); in CreateMainWindow()
220 hInstance, // Instance handle in CreateMainWindow()
H A Dmain.c428 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
476 wc.hInstance = hInstance; in WinMain()
486 hInst = hInstance; // Save handle to create command bar in WinMain()
501 hInstance, in WinMain()
511 hDlgMain = CreateDialog(hInstance,MAKEINTRESOURCE(IDD_MAIN_320X240),hBack,MainDlgProc); in WinMain()
514 hDlgMain = CreateDialog(hInstance,MAKEINTRESOURCE(IDD_MAIN_240X320),hBack,MainDlgProc); in WinMain()
H A Dpbsdboot.h125 int CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height);
/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp222 _app._cmdbar = CommandBar_Create(aux->hInstance, w, IDC_CMDBAR); in WMCreate()
397 aux->hInstance, in create()
418 aux->hInstance, in create()
438 aux->hInstance, NULL); in create()
H A Dtabwindow.cpp49 reinterpret_cast <HMENU>(_id), aux->hInstance, in create()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dmain_winmain.c21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp284 wc.hInstance = _instance; in registerClass()