mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 13:09:40 +08:00
Add missing constants
svn path=/trunk/; revision=29272
This commit is contained in:
@@ -695,6 +695,12 @@ BOOL WINAPI SHGetSpecialFolderPathW (HWND hwndOwner, LPWSTR szPath, int nFolder,
|
||||
|
||||
HRESULT WINAPI SHGetMalloc(LPMALLOC *lpmal) ;
|
||||
|
||||
/**********************************************************************
|
||||
* SHCreateShellFolderView ()
|
||||
*/
|
||||
|
||||
HRESULT WINAPI SHCreateShellFolderView(const SFV_CREATE *pcsfv, IShellView **ppsv);
|
||||
|
||||
/**********************************************************************
|
||||
* SHGetSetSettings ()
|
||||
*/
|
||||
|
||||
@@ -154,6 +154,10 @@ interface IShellFolder : IUnknown
|
||||
|
||||
typedef DWORD SHCONTF;
|
||||
|
||||
cpp_quote("#define SHCIDS_ALLFIELDS 0x80000000L")
|
||||
cpp_quote("#define SHCIDS_CANONICALONLY 0x10000000L")
|
||||
cpp_quote("#define SHCIDS_BITMASK 0xFFFF0000L")
|
||||
cpp_quote("#define SHCIDS_COLUMNMASK 0x0000FFFFL")
|
||||
cpp_quote("#define SFGAO_CANCOPY DROPEFFECT_COPY")
|
||||
cpp_quote("#define SFGAO_CANMOVE DROPEFFECT_MOVE")
|
||||
cpp_quote("#define SFGAO_CANLINK DROPEFFECT_LINK")
|
||||
|
||||
Reference in New Issue
Block a user