Searched refs:hWnd (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddlldef.h81 _org_WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, const char FAR * name,
84 _org_WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr,
H A Ddllfunc.c162 WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, argument
175 ret = _org_WSAAsyncGetHostByName(hWnd, wMsg, name,
178 idnHook(hWnd, wMsg, buf, encodeCtx);
182 ret = _org_WSAAsyncGetHostByName(hWnd, wMsg, nbuff,
192 WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr, argument
202 idnHook(hWnd, wMsg, buf, encodeCtx);
207 ret = _org_WSAAsyncGetHostByAddr(hWnd, wMsg, addr, len, type,
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c637 BOOL CALLBACK DlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
645 palette_check(hWnd);
660 BOOL CALLBACK DlgProc2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
664 SetDlgItemText(hWnd, IDC_ABOUT_EDIT, version_string);
668 palette_check(hWnd);
677 //SendDlgItemMessage(hWnd, IDC_ABOUT_EDIT, EM_SETSEL, -1, 0);
678 SetFocus(GetDlgItem(hWnd, IDC_ABOUT_BITMAP));
684 EndDialog(hWnd, LOWORD(wParam));
695 BOOL CALLBACK PropDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
705 SendDlgItemMessage(hWnd, IDC_PAUS
835 UpdateFbDlg(HWND hWnd, struct fb_setting *fbs, int direction) argument
907 FbDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
1232 WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam ) argument
1263 MainDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam ) argument
[all...]
H A Dpalette.c67 palette_init(HWND hWnd) argument
76 hdc = BeginPaint(hWnd, &ps);
106 EndPaint(hWnd, &ps);
126 palette_set(HWND hWnd) argument
137 hdc = BeginPaint(hWnd, &ps);
154 EndPaint(hWnd, &ps);
160 palette_check(HWND hWnd) argument
173 hdc = BeginPaint(hWnd, &ps);
199 EndPaint(hWnd, &ps);
H A Dpbsdboot.h125 int CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height);
195 void palette_init(HWND hWnd);
196 void palette_set(HWND hWnd);
197 void palette_check(HWND hWnd);
H A Dlayout.c44 CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height) argument
66 GetClientRect(hWnd, &rect);
218 hWnd, // Parent handle
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c69 HWND hWnd; member in struct:_HOOK
85 hookListSearch(HWND hWnd, u_int wMsg) { argument
89 if (hp->hWnd == hWnd && hp->wMsg == wMsg) {
97 hookListAppend(HWND hWnd, u_int wMsg, char FAR *buf, idn_resconf_t ctx) { argument
107 hp->hWnd = hWnd;
212 idnHook(HWND hWnd, u_int wMsg, char FAR *buf, idn_resconf_t ctx) argument
222 if (hookListAppend(hWnd, wMsg, buf, ctx) != TRUE) {
H A Dwrapcommon.h109 extern BOOL idnHook(HWND hWnd, u_int wMsg, char FAR *buf, idn_resconf_t ctx);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddlldef.h82 _org_WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, const char FAR * name,
86 _org_WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr,
H A Ddllfunc.c205 WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, argument
218 ret = _org_WSAAsyncGetHostByName(hWnd, wMsg,
221 idnHook(hWnd, wMsg, buf, encodeCtx);
225 ret = _org_WSAAsyncGetHostByName(hWnd, wMsg, nbuff,
235 WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr, argument
245 idnHook(hWnd, wMsg, buf, encodeCtx);
250 ret = _org_WSAAsyncGetHostByAddr(hWnd, wMsg, addr, len, type,

Completed in 121 milliseconds