Searched refs:hInstance (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dwinestub.c25 HINSTANCE hInstance; local
31 if (!(hInstance = MAIN_WinelibInit( &argc, argv ))) return 0;
41 return WinMain (hInstance, /* hInstance */
H A Dmain.cpp336 WXDLLEXPORT int wxEntry(HINSTANCE hInstance, argument
351 wxSetInstance(hInstance);
H A Dapp.cpp354 wndclass.hInstance = wxhInstance;
H A Ddcprint.cpp106 pd.hInstance = (HINSTANCE)NULL;
H A Dglcanvas.cpp132 wndclass.hInstance = wxhInstance;
H A Dprintdlg.cpp471 //pd.hInstance = (HINSTANCE) wxGetInstance();
850 pd->hInstance=(HINSTANCE)NULL;
1076 pd->hInstance=(HINSTANCE)NULL;
H A Dtoplevel.cpp1265 wndclass.hInstance = wxGetInstance();
H A Dnotebook.cpp334 wc.hInstance = wxGetInstance();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dapp.h107 wxEntry(HINSTANCE hInstance,
122 extern "C" int WINAPI wWinMain(HINSTANCE hInstance, \
130 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
137 extern "C" int WINAPI WinMain(HINSTANCE hInstance, \
142 return wxEntry(hInstance, hPrevInstance, lpCmdLine, nCmdShow); \
H A Dwinundef.h33 inline HWND CreateDialog(HINSTANCE hInstance, argument
39 return CreateDialogW(hInstance, pTemplate, hwndParent, pDlgProc);
41 return CreateDialogA(hInstance, pTemplate, hwndParent, pDlgProc);
91 HINSTANCE hInstance,
96 hWndParent, hMenu, hInstance, lpParam);
99 hWndParent, hMenu, hInstance, lpParam);
315 inline HICON LoadIcon(HINSTANCE hInstance, LPCTSTR lpIconName) argument
318 return LoadIconW(hInstance, lpIconName);
320 return LoadIconA(hInstance, lpIconName);
328 inline HBITMAP LoadBitmap(HINSTANCE hInstance, LPCTST argument
85 CreateWindow(LPCTSTR lpClassName, LPCTSTR lpWndClass, DWORD dwStyle, int x, int y, int w, int h, HWND hWndParent, HMENU hMenu, HINSTANCE hInstance, LPVOID lpParam) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dwinrand.c70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
91 wndclass.hInstance = hInstance;
102 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dwinrand.c70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
91 wndclass.hInstance = hInstance;
102 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dwinrand.c69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
90 wndclass.hInstance = hInstance;
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dwindll.c31 BOOL WINAPI DllMain( HINSTANCE hInstance, argument
35 int WINAPI LibMain( HINSTANCE hInstance,
49 hCurrentInst = hInstance;
58 hCurrentInst = hInstance;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp28 int WINAPI WinMain( HINSTANCE hInstance, argument
41 if (!InitInstance (hInstance, nCmdShow))
46 hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_WCE_TPCB);
71 ATOM MyRegisterClass(HINSTANCE hInstance, LPTSTR szWindowClass) argument
79 wc.hInstance = hInstance;
80 wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_WCE_TPCB));
99 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) argument
104 hInst = hInstance; // Store instance handle in our global variable
106 LoadString(hInstance, IDC_WCE_TPC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwcemain.c20 int WINAPI WinMain( HINSTANCE hInstance, argument
H A Dwinmain.cpp295 extern "C" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
298 extern "C" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
306 g_hInst = hInstance;
326 wc.hInstance = hInstance;
336 g_hIconMain = (HICON)LoadImage(hInstance, MAKEINTRESOURCE(IDI_UNZIP),
352 wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_UNZIP));
377 NULL, NULL, hInstance, NULL);
1077 ofn.hInstance = g_hInst;
3048 ofn.hInstance
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/guisfx/
H A Dsfxwiz.c294 ofn.hInstance = hInst;
520 int PASCAL WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
524 hInst = hInstance;
559 GetModuleFileName(hInstance,(LPSTR)szThisApp,sizeof(szThisApp));
569 iReturn = DialogBox(hInstance, MAKEINTRESOURCE(INITDIALOG),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A DVisualPng.c77 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
90 wndclass.hInstance = hInstance;
91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
127 NULL, NULL, hInstance, NULL);
132 hAccel = LoadAccelerators (hInstance, szProgName);
148 static HINSTANCE hInstance ; local
178 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ;
398 DialogBox (hInstance, TEX
[all...]
H A DPngFile.c55 ofn.hInstance = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c88 BOOL WINAPI DllMain( HINSTANCE hInstance, argument
92 int FAR PASCAL LibMain( HINSTANCE hInstance,
107 hInst = hInstance;
116 hInst = hInstance;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c2030 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance_unused, PSTR szCmdLine_unused, int iCmdShow) argument
2036 ghInstance = hInstance;
2052 wndclass.hInstance = hInstance;
2057 wndclass.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_MAINFRAME));
2077 hInstance, // program instance handle
2102 hInstance, // program instance handle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-win.c500 wndclass.hInstance = hInst;
H A Drpng2-win.c732 wndclass.hInstance = global_hInst;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h20 bool Scintilla_RegisterClasses(void *hInstance);

Completed in 400 milliseconds

12