[PSDK] Add some missing definitions from IShellFolderBand
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Fri, 20 Oct 2017 12:53:16 +0000 (15:53 +0300)
committerGiannis Adamopoulos <johnyadams@outlook.com>
Sun, 22 Oct 2017 17:03:32 +0000 (20:03 +0300)
sdk/include/psdk/shlobj.h

index 3b5f73e..9f85cb0 100644 (file)
@@ -2405,6 +2405,12 @@ DECLARE_INTERFACE_(IDockingWindowSite, IOleWindow)
 
 typedef void (CALLBACK *PFNASYNCICONTASKBALLBACK)(LPCITEMIDLIST pidl, LPVOID pvData, LPVOID pvHint, INT iIconIndex, INT iOpenIconIndex);
 
+#define ISFB_MASK_STATE       0x00000001
+#define ISFB_MASK_IDLIST      0x00000010
+
+#define ISFB_STATE_QLINKSMODE 0x00000020
+#define ISFB_STATE_NOSHOWTEXT 0x00000004
+
 #include <pshpack8.h>
 
 typedef struct {