Searched refs:hDlg (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dprsht.h456 #define PropSheet_SetCurSel(hDlg, hpage, index) \
457 SendMessageA(hDlg, PSM_SETCURSEL, (WPARAM)index, (LPARAM)hpage)
459 #define PropSheet_RemovePage(hDlg, index, hpage) \
460 SNDMSG(hDlg, PSM_REMOVEPAGE, index, (LPARAM)hpage)
462 #define PropSheet_AddPage(hDlg, hpage) \
463 SNDMSG(hDlg, PSM_ADDPAGE, 0, (LPARAM)hpage)
465 #define PropSheet_Changed(hDlg, hwnd) \
466 SNDMSG(hDlg, PSM_CHANGED, (WPARAM)hwnd, 0)
468 #define PropSheet_RestartWindows(hDlg) \
469 SNDMSG(hDlg, PSM_RESTARTWINDOW
[all...]
H A Dadvpub.h206 HRESULT WINAPI FileSaveRestoreA(HWND hDlg, LPSTR pszFileList, LPSTR pszDir,
208 HRESULT WINAPI FileSaveRestoreW(HWND hDlg, LPWSTR pszFileList, LPWSTR pszDir,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dprsht.h395 #define PropSheet_SetCurSel(hDlg, hpage, index) \
396 SendMessageA(hDlg, PSM_SETCURSEL, (WPARAM)index, (LPARAM)hpage)
398 #define PropSheet_RemovePage(hDlg, index, hpage) \
399 SNDMSG(hDlg, PSM_REMOVEPAGE, index, (LPARAM)hpage)
401 #define PropSheet_AddPage(hDlg, hpage) \
402 SNDMSG(hDlg, PSM_ADDPAGE, 0, (LPARAM)hpage)
404 #define PropSheet_Changed(hDlg, hwnd) \
405 SNDMSG(hDlg, PSM_CHANGED, (WPARAM)hwnd, 0L)
407 #define PropSheet_RestartWindows(hDlg) \
408 SNDMSG(hDlg, PSM_RESTARTWINDOW
[all...]
H A Dadvpub.h206 HRESULT WINAPI FileSaveRestoreA(HWND hDlg, LPSTR pszFileList, LPSTR pszDir,
208 HRESULT WINAPI FileSaveRestoreW(HWND hDlg, LPWSTR pszFileList, LPWSTR pszDir,
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c426 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message, argument
432 ShowWindow (hDlg, SW_HIDE);
433 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER));
434 ShowWindow (hDlg, SW_SHOW);
442 EndDialog (hDlg, 0) ;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpoppad.c564 BOOL FAR PASCAL _export AboutDlgProc (HWND hDlg, UINT message, UINT wParam, argument
576 EndDialog (hDlg, 0) ;

Completed in 3799 milliseconds