ReactOS 0.4.16-dev-59-gd481587
shdocvw_undoc.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Headers
3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4 * PURPOSE: shdocvw.dll undocumented APIs
5 * COPYRIGHT: Copyright 2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
6 */
7
8#pragma once
9
10#ifdef __cplusplus
11extern "C" {
12#endif /* defined(__cplusplus) */
13
16 _In_ LPCITEMIDLIST pidl1,
17 _In_ LPCITEMIDLIST pidl2,
18 _In_ BOOL bUnknown);
19
20#ifdef __cplusplus
21} /* extern "C" */
22#endif /* defined(__cplusplus) */
unsigned int BOOL
Definition: ntddk_ex.h:94
#define _In_
Definition: ms_sal.h:308
BOOL WINAPI IEILIsEqual(_In_ LPCITEMIDLIST pidl1, _In_ LPCITEMIDLIST pidl2, _In_ BOOL bUnknown)
Definition: utility.cpp:84
const ITEMIDLIST UNALIGNED * LPCITEMIDLIST
Definition: shtypes.idl:42
#define WINAPI
Definition: msvc.h:6