Searched refs:hDlg (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmessagebox.c | 130 EndDialog(hDlg, IDINVALPTRINIT); in MessageBoxDialogProc() 134 SetWindowLongPtr(hDlg, GWLP_USERDATA, lParam); in MessageBoxDialogProc() 140 EndDialog(hDlg, IDINVALPTRDLGITEM); in MessageBoxDialogProc() 142 PostMessage(hDlg, WM_NEXTDLGCTL, (WPARAM)buttonctl, TRUE); in MessageBoxDialogProc() 145 SetFocus(hDlg); in MessageBoxDialogProc() 151 EndDialog(hDlg, IDINVALPTRSETFOCUS); in MessageBoxDialogProc() 163 EndDialog(hDlg, IDINVALPTRCOMMAND); in MessageBoxDialogProc() 170 EndDialog(hDlg, IDBUTTONINDEX0 + buttonindex); in MessageBoxDialogProc() 174 EndDialog(hDlg, IDBUTTONINDEX0 + buttonindex); in MessageBoxDialogProc() 177 EndDialog(hDlg, IDCLOSED); in MessageBoxDialogProc() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/ |
A D | VisualPng.c | 431 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message, in AboutDlgProc() argument 437 ShowWindow (hDlg, SW_HIDE); in AboutDlgProc() 438 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER)); in AboutDlgProc() 439 ShowWindow (hDlg, SW_SHOW); in AboutDlgProc() 447 EndDialog (hDlg, 0) ; in AboutDlgProc()
|
Completed in 19 milliseconds