Home
last modified time | relevance | path

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

/reactos/dll/win32/syssetup/
H A Dwizard.c1746 DateTime_SetSystemtime(GetDlgItem(hwnd, IDC_DATEPICKER), GDT_VALID, &LocalTime); in UpdateLocalSystemTime()
1747 DateTime_SetSystemtime(GetDlgItem(hwnd, IDC_TIMEPICKER), GDT_VALID, &LocalTime); in UpdateLocalSystemTime()
/reactos/sdk/include/psdk/
H A Dcommctrl.h4337 #define DateTime_SetSystemtime(hdp,gd,pst) (BOOL)SNDMSG(hdp,DTM_SETSYSTEMTIME,(WPARAM)(gd),(LPARAM)… macro