| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | dll.d | 291 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 D | commdlg.d | 311 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 D | oledlg.d | 346 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 D | prsht.d | 204 HINSTANCE hInstance; 229 HINSTANCE hInstance; 257 HINSTANCE hInstance; 292 HINSTANCE hInstance;
|
| H A D | aclui.d | 28 HINSTANCE hInstance; member
|
| H A D | winuser.d | 2533 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 D | vfw.d | 1511 HWND MCIWndCreateA(HWND hwndParent, HINSTANCE hInstance, DWORD dwStyle, LPCSTR szFile); 1512 HWND MCIWndCreateW(HWND hwndParent, HINSTANCE hInstance, DWORD dwStyle, LPCWSTR szFile);
|
| H A D | commctrl.d | 4987 HINSTANCE hInstance) { 4989 cast(HMENU) id, hInstance, null);
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | layout.c | 44 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 D | main.c | 428 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 D | pbsdboot.h | 125 int CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height);
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/menu/ |
| H A D | rootwindow.cpp | 222 _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 D | tabwindow.cpp | 49 reinterpret_cast <HMENU>(_id), aux->hInstance, in create()
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
| H A D | main_winmain.c | 21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | hpcboot.cpp | 284 wc.hInstance = _instance; in registerClass()
|