1
0

editquery.h 210 B

1234567
  1. #ifndef _EDITQUERY_H
  2. #define _EDITQUERY_H
  3. const wchar_t *editQuery(HWND wnd, const wchar_t *curquery, wchar_t *newQuery, size_t len);
  4. extern const wchar_t *editTime(HWND wnd, const wchar_t *curfield);
  5. #endif