mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[PSDK] Add some missing definitions from IShellFolderBand
This commit is contained in:
parent
072d1821e7
commit
ee1cbf51e1
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue