Searched defs:hWndDlg (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c67 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 44 milliseconds