Searched refs:hWndDlg (Results 1 - 1 of 1) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/ |
H A D | java_md.winnt.c | 67 StatusCallback(HWND hWndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 385 StatusCallback(HWND hWndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 395 if (hWndDlg && statusmessage && (dc = BeginPaint(hWndDlg, &ps)) != NULL) 415 GetWindowRect(hWndDlg, &dialogrect); 438 SetWindowPos(hWndDlg, HWND_TOP, dialogrect.left, dialogrect.top, dialogrect.right - dialogrect.left, dialogrect.bottom - dialogrect.top, 0); 439 GetWindowRect(hWndDlg, &dialogrect); 456 EndPaint(hWndDlg, &ps);
|
Completed in 14 milliseconds