ReactOS 0.4.16-dev-942-g91fadeb
ishellfolder_helpers.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS header
3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4 * PURPOSE: SHLWAPI IShellFolder helpers
5 * COPYRIGHT: Copyright 2009 Andrew Hill <ash77 at domain reactos.org>
6 * Copyright 2025 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
7 */
8
9#pragma once
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15/* HACK! These function names are conflicting with <shobjidl.h> functions. */
16#undef IShellFolder_GetDisplayNameOf
17#undef IShellFolder_ParseDisplayName
18#undef IShellFolder_CompareIDs
19
22 _In_ IShellFolder *psf,
24 _In_ SHGDNF uFlags,
26 _In_ DWORD dwRetryFlags);
27
28/* Flags for IShellFolder_GetDisplayNameOf */
29#define SFGDNO_RETRYWITHFORPARSING 0x00000001
30#define SFGDNO_RETRYALWAYS 0x80000000
31
34 _In_ IShellFolder *psf,
35 _In_ HWND hwndOwner,
36 _In_ LPBC pbcReserved,
37 _In_ LPOLESTR lpszDisplayName,
38 _Out_ ULONG *pchEaten,
40 _Out_ ULONG *pdwAttributes);
41
44 _In_ IShellFolder *psf,
48
49#ifdef __cplusplus
50} /* extern "C" */
51#endif
#define EXTERN_C
Definition: basetyps.h:12
LPARAM lParam
Definition: combotst.c:139
UINT uFlags
Definition: api.c:59
#define IShellFolder_ParseDisplayName
Definition: utils.cpp:14
#define IShellFolder_CompareIDs
Definition: utils.cpp:15
#define IShellFolder_GetDisplayNameOf
Definition: utils.cpp:13
unsigned long DWORD
Definition: ntddk_ex.h:95
static LPOLESTR
Definition: stg_prop.c:27
#define _Out_
Definition: no_sal2.h:160
#define _In_
Definition: no_sal2.h:158
interface IBindCtx * LPBC
Definition: objfwd.h:18
const ITEMIDLIST_RELATIVE UNALIGNED * PCUIDLIST_RELATIVE
Definition: shtypes.idl:57
const ITEMIDLIST UNALIGNED * LPCITEMIDLIST
Definition: shtypes.idl:42
uint32_t ULONG
Definition: typedefs.h:59
_In_ LPCSTR lpName
Definition: winbase.h:2820
LONG_PTR LPARAM
Definition: windef.h:208
#define WINAPI
Definition: msvc.h:6