Home
last modified time | relevance | path

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

/reactos/base/applications/wordpad/
H A Dwordpad.c1429 static INT_PTR CALLBACK datetime_proc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in datetime_proc() function
2440 DialogBoxW(GetModuleHandleW(0), MAKEINTRESOURCEW(IDD_DATETIME), hWnd, datetime_proc); in OnCommand()