Home
last modified time | relevance | path

Searched refs:TaskConfig (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c789 TASKDIALOGCONFIG TaskConfig; in WIN_ShowMessageBox() local
833 SDL_zero(TaskConfig); in WIN_ShowMessageBox()
835 TaskConfig.hwndParent = ParentWindow; in WIN_ShowMessageBox()
836 TaskConfig.dwFlags = TDF_SIZE_TO_CONTENT; in WIN_ShowMessageBox()
837 TaskConfig.pszWindowTitle = wtitle; in WIN_ShowMessageBox()
839 TaskConfig.pszMainIcon = TD_ERROR_ICON; in WIN_ShowMessageBox()
841 TaskConfig.pszMainIcon = TD_WARNING_ICON; in WIN_ShowMessageBox()
845 TaskConfig.pszMainIcon = NULL; in WIN_ShowMessageBox()
848 TaskConfig.pszContent = wmessage; in WIN_ShowMessageBox()
851 TaskConfig.nDefaultButton = 0; in WIN_ShowMessageBox()
[all …]

Completed in 4 milliseconds