https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ee1cbf51e15b8b13a1428d...
commit ee1cbf51e15b8b13a1428d6361747e7af8de85cf Author: Giannis Adamopoulos gadamopoulos@reactos.org AuthorDate: Fri Oct 20 15:53:16 2017 +0300
[PSDK] Add some missing definitions from IShellFolderBand --- sdk/include/psdk/shlobj.h | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/sdk/include/psdk/shlobj.h b/sdk/include/psdk/shlobj.h index 3b5f73ef10..9f85cb0968 100644 --- a/sdk/include/psdk/shlobj.h +++ b/sdk/include/psdk/shlobj.h @@ -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 {