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

123

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWin32Dll.c104 HINSTANCE hInstance,
114 * hInstance to use.
119 DisableThreadLibraryCalls(hInstance);
120 TkWinSetHINSTANCE(hInstance);
101 DllMain( HINSTANCE hInstance, DWORD reason, LPVOID reserved) argument
H A DtkWinX.c78 HINSTANCE hInstance, LPVOID lpParam)) CreateWindowExA,
96 HINSTANCE hInstance, LPVOID lpParam)) CreateWindowExW,
234 HINSTANCE hInstance)
236 tkInstance = hInstance;
258 HINSTANCE hInstance)
284 childClass.hInstance = hInstance;
316 TkCreateExitHandler(TkWinXCleanup, (ClientData) hInstance);
340 HINSTANCE hInstance = (HINSTANCE) clientData;
348 UnregisterClass(TK_WIN_CHILD_CLASS_NAME, hInstance);
230 TkWinSetHINSTANCE( HINSTANCE hInstance) argument
253 TkWinXInit( HINSTANCE hInstance) argument
335 HINSTANCE hInstance = (HINSTANCE) clientData; local
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A Ddlldatax.h32 BOOL WINAPI PrxDllMain(HINSTANCE hInstance, DWORD dwReason,
H A DDLLX.cpp66 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) argument
77 if (!PrxDllMain(hInstance, dwReason, lpReserved))
83 hInstance;
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DDefWndProcWindowClass.cpp41 wndClass.hInstance = instanceHandle();
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWin32Dll.c103 DllMain(hInstance, reason, reserved)
104 HINSTANCE hInstance;
114 * the hInstance to use.
119 DisableThreadLibraryCalls(hInstance);
120 TkWinSetHINSTANCE(hInstance);
H A DtkWinX.c63 HINSTANCE hInstance, LPVOID lpParam)) CreateWindowExA,
80 HINSTANCE hInstance, LPVOID lpParam)) CreateWindowExW,
215 TkWinSetHINSTANCE(hInstance)
216 HINSTANCE hInstance;
218 tkInstance = hInstance;
239 TkWinXInit(hInstance)
240 HINSTANCE hInstance;
268 childClass.hInstance = hInstance;
299 TkCreateExitHandler(TkWinXCleanup, (ClientData) hInstance);
318 HINSTANCE hInstance = (HINSTANCE) clientData; local
[all...]
H A DwinMain.c85 WinMain(hInstance, hPrevInstance, lpszCmdLine, nCmdShow)
86 HINSTANCE hInstance;
H A DtkWinInt.h199 HINSTANCE hInstance, LPVOID lpParam);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win32/
H A Ddllshell.c20 int FAR PASCAL LibMain(HINSTANCE hInstance, WORD wDataSegment, WORD wHeapSize,
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWin32Dll.c48 static HINSTANCE hInstance; /* HINSTANCE of this DLL. */ variable
434 return hInstance;
460 hInstance = hInst;
649 HINSTANCE hInstance = LoadLibraryA("kernel32");
650 if (hInstance != NULL) {
653 LPVOID)) GetProcAddress(hInstance,
657 LPSECURITY_ATTRIBUTES)) GetProcAddress(hInstance,
661 LPVOID, DWORD)) GetProcAddress(hInstance,
665 DWORD)) GetProcAddress(hInstance,
669 DWORD)) GetProcAddress(hInstance, "GetLongPathName
641 HINSTANCE hInstance = LoadLibraryA("kernel32"); local
699 HINSTANCE hInstance = LoadLibraryA("kernel32"); local
[all...]
H A DtclWinTest.c559 HINSTANCE hInstance = LoadLibrary("Advapi32");
561 if (hInstance != NULL) {
563 GetProcAddress(hInstance, "SetNamedSecurityInfoA");
565 GetProcAddress(hInstance, "GetFileSecurityA");
567 GetProcAddress(hInstance, "GetAce");
569 GetProcAddress(hInstance, "AddAce");
571 GetProcAddress(hInstance, "EqualSid");
573 GetProcAddress(hInstance, "AddAccessDeniedAce");
575 GetProcAddress(hInstance, "InitializeAcl");
577 GetProcAddress(hInstance, "GetLengthSi
551 HINSTANCE hInstance = LoadLibrary("Advapi32"); local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWin32Dll.c37 static HINSTANCE hInstance; /* HINSTANCE of this DLL. */ variable
411 return hInstance;
437 hInstance = hInst;
695 HINSTANCE hInstance = LoadLibraryA("kernel32");
696 if (hInstance != NULL) {
699 LPVOID)) GetProcAddress(hInstance, "GetFileAttributesExW");
702 LPSECURITY_ATTRIBUTES)) GetProcAddress(hInstance,
706 LPVOID, UINT, LPVOID, DWORD)) GetProcAddress(hInstance,
710 DWORD)) GetProcAddress(hInstance,
712 FreeLibrary(hInstance);
686 HINSTANCE hInstance = LoadLibraryA("kernel32"); local
740 HINSTANCE hInstance = LoadLibraryA("kernel32"); local
[all...]
H A DtclWinTest.c610 HINSTANCE hInstance = LoadLibrary("Advapi32");
611 if (hInstance != NULL) {
613 GetProcAddress(hInstance, "SetNamedSecurityInfoA");
615 GetProcAddress(hInstance, "GetFileSecurityA");
617 GetProcAddress(hInstance, "GetAce");
619 GetProcAddress(hInstance, "AddAce");
621 GetProcAddress(hInstance, "EqualSid");
623 GetProcAddress(hInstance, "AddAccessDeniedAce");
625 GetProcAddress(hInstance, "InitializeAcl");
627 GetProcAddress(hInstance, "GetLengthSi
602 HINSTANCE hInstance = LoadLibrary("Advapi32"); local
[all...]
/macosx-10.10/OpenSSL098-52/src/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);
/macosx-10.10/vim-55/src/
H A Dos_w32exe.c44 HINSTANCE hInstance,
121 hInstance
43 WinMain( HINSTANCE hInstance, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int nCmdShow) argument
H A Dos_win16.c91 HINSTANCE hInstance,
106 GetModuleFileName(hInstance, prog, 255);
120 pSaveInst(hInstance);
90 WinMain( HINSTANCE hInstance, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int nCmdShow) argument
/macosx-10.10/BerkeleyDB-21/db/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...]
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dclayout.c71 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) argument
83 wndclass.hInstance = hInstance;
96 hAccel = LoadAccelerators(hInstance, szAppName);
102 NULL, NULL, hInstance, NULL);
114 UnregisterClass(szAppName, hInstance);
272 ofn.hInstance = NULL;
H A Dlayout.cpp70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) argument
82 wndclass.hInstance = hInstance;
95 hAccel = LoadAccelerators(hInstance, szAppName);
101 NULL, NULL, hInstance, NULL);
113 UnregisterClass(szAppName, hInstance);
270 ofn.hInstance = NULL;
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dclip.c61 HINSTANCE hInstance = GetModuleHandle(NULL); local
64 if (!InitApplication(hInstance)) {
68 if (!InitInstance(hInstance, 0)) {
92 BOOL InitApplication(HINSTANCE hInstance) argument
103 wc.hInstance = hInstance;
104 wc.hIcon = NULL;//LoadIcon (hInstance, szAppName);
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) { argument
132 NULL, NULL, hInstance, NULL);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/win/
H A DwinMain.c75 WinMain(hInstance, hPrevInstance, lpszCmdLine, nCmdShow)
76 HINSTANCE hInstance;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/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...]
/macosx-10.10/apache-793/httpd/support/win32/
H A DApacheMonitor.c1509 HWND CreateMainWindow(HINSTANCE hInstance) argument
1520 wcex.hInstance = hInstance;
1521 wcex.hIcon = (HICON)LoadImage(hInstance, MAKEINTRESOURCE(IDI_APSRVMON),
1527 wcex.hIconSm = (HICON)LoadImage(hInstance, MAKEINTRESOURCE(IDI_APSRVMON),
1533 NULL, NULL, hInstance, NULL);
1544 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
1567 LoadString(hInstance, i, szTmp, MAX_LOADSTRING);
1570 LoadString(hInstance, IDS_APMONITORTITLE, szTmp, MAX_LOADSTRING);
1581 LoadString(hInstance, IDS_APMONITORCLAS
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp68 wcex.hInstance = instanceHandle();

Completed in 397 milliseconds

123