Austin English : include/wfext.h: Add miscellaneous FM_* defines.

Alexandre Julliard julliard at winehq.org
Tue Jun 26 04:44:29 CDT 2018


Module: wine
Branch: stable
Commit: 916e13bc15fa9c56f4b9d4292286ea03652de683
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=916e13bc15fa9c56f4b9d4292286ea03652de683

Author: Austin English <austinenglish at gmail.com>
Date:   Fri Apr 20 02:23:21 2018 -0500

include/wfext.h: Add miscellaneous FM_* defines.

Signed-off-by: Austin English <austinenglish at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 8c0c82d7604711733258151892574da2415d4e3d)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 include/wfext.h | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/include/wfext.h b/include/wfext.h
index 366e49f..e28c997 100644
--- a/include/wfext.h
+++ b/include/wfext.h
@@ -22,6 +22,41 @@
 extern "C" {
 #endif
 
+#define MENU_TEXT_LEN         40
+
+#define FMMENU_FIRST          1
+#define FMMENU_LAST           99
+
+#define FMEVENT_LOAD          100
+#define FMEVENT_UNLOAD        101
+#define FMEVENT_INITMENU      102
+#define FMEVENT_USER_REFRESH  103
+#define FMEVENT_SELCHANGE     104
+#define FMEVENT_TOOLBARLOAD   105
+#define FMEVENT_HELPSTRING    106
+#define FMEVENT_HELPMENUITEM  107
+
+#define FMFOCUS_DIR           1
+#define FMFOCUS_TREE          2
+#define FMFOCUS_DRIVES        3
+#define FMFOCUS_SEARCH        4
+
+#define FM_GETFOCUS           (WM_USER + 0x0200)
+#define FM_GETDRIVEINFOA      (WM_USER + 0x0201)
+#define FM_GETSELCOUNT        (WM_USER + 0x0202)
+#define FM_GETSELCOUNTLFN     (WM_USER + 0x0203)
+#define FM_GETFILESELA        (WM_USER + 0x0204)
+#define FM_GETFILESELLFNA     (WM_USER + 0x0205)
+#define FM_REFRESH_WINDOWS    (WM_USER + 0x0206)
+#define FM_RELOAD_EXTENSIONS  (WM_USER + 0x0207)
+#define FM_GETDRIVEINFOW      (WM_USER + 0x0211)
+#define FM_GETFILESELW        (WM_USER + 0x0214)
+#define FM_GETFILESELLFNW     (WM_USER + 0x0215)
+
+#define FM_GETDRIVEINFO       WINELIB_NAME_AW(FM_GETDRIVEINFO)
+#define FM_GETFILESEL         WINELIB_NAME_AW(FM_GETFILESEL)
+#define FM_GETFILESELLFN      WINELIB_NAME_AW(FM_GETFILESELLFN)
+
 LONG WINAPI FMExtensionProc(HWND,WORD,LONG);
 LONG WINAPI FMExtensionProcW(HWND,WORD,LONG);
 




More information about the wine-cvs mailing list