Searched refs:HINSTANCE (Results 1 - 25 of 87) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/projects/cbuilder5/
H A Dlibpng.cpp24 int WINAPI DllEntryPoint(HINSTANCE, unsigned long, void*)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dwinestub.c15 extern int PASCAL WinMain( HINSTANCE, HINSTANCE, LPSTR, int );
16 extern HINSTANCE MAIN_WinelibInit( int *argc, char *argv[] );
25 HINSTANCE hInstance;
H A Dmain.cpp59 #define HINSTANCE HANDLE macro
336 WXDLLEXPORT int wxEntry(HINSTANCE hInstance,
337 HINSTANCE WXUNUSED(hPrevInstance),
392 // global HINSTANCE
397 HINSTANCE wxhInstance = 0;
399 extern "C" HINSTANCE wxGetInstance()
404 void wxSetInstance(HINSTANCE hInst)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dinfobox.h28 void DoInfoBox(HINSTANCE inst, HWND hwnd, const char *filename);
H A Dconfigure.h49 int DoConfig(HINSTANCE inst, HWND parent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dapp.h91 // we need HINSTANCE declaration to define WinMain()
107 wxEntry(HINSTANCE hInstance,
108 HINSTANCE hPrevInstance = NULL,
122 extern "C" int WINAPI wWinMain(HINSTANCE hInstance, \
123 HINSTANCE hPrevInstance, \
137 extern "C" int WINAPI WinMain(HINSTANCE hInstance, \
138 HINSTANCE hPrevInstance, \
H A Dwinundef.h33 inline HWND CreateDialog(HINSTANCE hInstance,
91 HINSTANCE hInstance,
109 inline HMENU LoadMenu(HINSTANCE instance, LPCTSTR name)
204 inline BOOL GetClassInfo(HINSTANCE h, LPCWSTR name, LPWNDCLASSW winclass)
209 inline BOOL GetClassInfo(HINSTANCE h, LPCSTR name, LPWNDCLASSA winclass)
221 inline HACCEL LoadAccelerators(HINSTANCE h, LPCWSTR name)
226 inline HACCEL LoadAccelerators(HINSTANCE h, LPCSTR name)
315 inline HICON LoadIcon(HINSTANCE hInstance, LPCTSTR lpIconName)
328 inline HBITMAP LoadBitmap(HINSTANCE hInstance, LPCTSTR lpBitmapName)
343 inline HINSTANCE LoadLibrar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h14 HINSTANCE hDllInstance; // DLL instance handle (filled in by winamp)
H A Din2.h19 HINSTANCE hDllInstance; // DLL instance handle (Also filled in by winamp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dexample.h42 extern HINSTANCE hZipDll;
H A Dwindll.c22 HINSTANCE hCurrentInst;
31 BOOL WINAPI DllMain( HINSTANCE hInstance,
35 int WINAPI LibMain( HINSTANCE hInstance,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwcemain.c20 int WINAPI WinMain( HINSTANCE hInstance,
21 HINSTANCE hPrevInstance,
H A Dwinmain.h159 GLOBAL_DECLARE HINSTANCE g_hInst GLOBAL_INIT(NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dwinrand.c70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Ddlltest.c25 static HINSTANCE BZ2DLLhLib;
28 HINSTANCE hLib;
/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,
/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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Duzexampl.h47 extern HINSTANCE hUnzipDll;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/windowsPorts/
H A DbasicDataTypeConversions.h23 typedef HANDLE HINSTANCE; typedef in namespace:avxsynth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp12 HINSTANCE hInst; // The current instance
18 ATOM MyRegisterClass (HINSTANCE, LPTSTR);
19 BOOL InitInstance (HINSTANCE, int);
28 int WINAPI WinMain( HINSTANCE hInstance,
29 HINSTANCE hPrevInstance,
71 ATOM MyRegisterClass(HINSTANCE hInstance, LPTSTR szWindowClass)
99 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_win32.c89 static HINSTANCE LoadLibraryA(LPCSTR lpLibFileName)
154 * (i) a pointer to the handle (HINSTANCE) returned from
160 HINSTANCE h = NULL, *p = NULL;
176 p = (HINSTANCE *)OPENSSL_malloc(sizeof(HINSTANCE));
204 HINSTANCE *p;
212 p = (HINSTANCE *)sk_pop(dso->meth_data);
235 HINSTANCE *ptr;
248 ptr = (HINSTANCE *)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
266 HINSTANCE *pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_win32.c91 static HINSTANCE LoadLibraryA(LPCSTR lpLibFileName)
164 * the handle (HINSTANCE) returned from LoadLibrary(), and copied.
169 HINSTANCE h = NULL, *p = NULL;
183 p = (HINSTANCE *) OPENSSL_malloc(sizeof(HINSTANCE));
209 HINSTANCE *p;
240 HINSTANCE *ptr;
267 HINSTANCE *ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_win32.c91 static HINSTANCE LoadLibraryA(LPCSTR lpLibFileName)
164 * the handle (HINSTANCE) returned from LoadLibrary(), and copied.
169 HINSTANCE h = NULL, *p = NULL;
183 p = (HINSTANCE *) OPENSSL_malloc(sizeof(HINSTANCE));
209 HINSTANCE *p;
240 HINSTANCE *ptr;
267 HINSTANCE *ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dprivate.h301 WXDLLEXPORT_DATA(extern HINSTANCE) wxhInstance;
311 WXDLLEXPORT HINSTANCE wxGetInstance();
314 WXDLLEXPORT void wxSetInstance(HINSTANCE hInst);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A Dwincfgtest.c62 HINSTANCE hinstLib;

Completed in 323 milliseconds

1234