ReactOS 0.4.15-dev-7842-g558ab78
atlcom.h
Go to the documentation of this file.
1/*
2 * Copyright 2014 Qian Hong for CodeWeavers
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19#ifndef __WINE_ATLCOM_H__
20#define __WINE_ATLCOM_H__
21
22#ifndef __WINE_ATLBASE_H__
23# error You must include atlbase.h to use this header
24#endif
25
26typedef struct ATL_PROPMAP_ENTRY
27{
28 LPCOLESTR szDesc;
29#if _ATL_VER < _ATL_VER_100
31 const CLSID *pclsidPropPage;
32 const IID *piidDispatch;
33#else
39#endif
44
49
50#endif /* __WINE_ATLCOM_H__ */
unsigned short VARTYPE
Definition: compat.h:2254
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
HRESULT WINAPI AtlIPersistPropertyBag_Save(IPropertyBag *, BOOL, BOOL, ATL_PROPMAP_ENTRY *, void *, IUnknown *)
HRESULT WINAPI AtlIPersistPropertyBag_Load(IPropertyBag *, IErrorLog *, ATL_PROPMAP_ENTRY *, void *, IUnknown *)
HRESULT WINAPI AtlIPersistStreamInit_Load(IStream *, ATL_PROPMAP_ENTRY *, void *, IUnknown *)
HRESULT WINAPI AtlIPersistStreamInit_Save(IStream *, BOOL, ATL_PROPMAP_ENTRY *, void *, IUnknown *)
static VARIANTARG static DISPID
Definition: ordinal.c:52
Definition: atlcom.h:27
DWORD dwOffsetData
Definition: atlcom.h:40
DISPID dispid
Definition: atlcom.h:38
DWORD cclsidAllowed
Definition: atlcom.h:37
LPCOLESTR szDesc
Definition: atlcom.h:28
const IID * piidDispatch
Definition: atlcom.h:35
const CLSID * pclsidPropPage
Definition: atlcom.h:34
VARTYPE vt
Definition: atlcom.h:42
DWORD dwSizeData
Definition: atlcom.h:41
void * rgclsidAllowed
Definition: atlcom.h:36
#define WINAPI
Definition: msvc.h:6