blob: 833fcd1a2360cce306d83b647927ec4745f64097 [file] [log] [blame]
/*** Autogenerated by WIDL from propsys.idl - Do not edit ***/
#include <rpc.h>
#include <rpcndr.h>
#if !defined(COM_NO_WINDOWS_H) && !defined(__WINESRC__)
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __WIDL_PROPSYS_H
#define __WIDL_PROPSYS_H
/* Forward declarations */
#ifndef __IInitializeWithFile_FWD_DEFINED__
#define __IInitializeWithFile_FWD_DEFINED__
typedef interface IInitializeWithFile IInitializeWithFile;
#endif
#ifndef __IInitializeWithStream_FWD_DEFINED__
#define __IInitializeWithStream_FWD_DEFINED__
typedef interface IInitializeWithStream IInitializeWithStream;
#endif
#ifndef __IPropertyStore_FWD_DEFINED__
#define __IPropertyStore_FWD_DEFINED__
typedef interface IPropertyStore IPropertyStore;
#endif
#ifndef __INamedPropertyStore_FWD_DEFINED__
#define __INamedPropertyStore_FWD_DEFINED__
typedef interface INamedPropertyStore INamedPropertyStore;
#endif
#ifndef __IObjectWithPropertyKey_FWD_DEFINED__
#define __IObjectWithPropertyKey_FWD_DEFINED__
typedef interface IObjectWithPropertyKey IObjectWithPropertyKey;
#endif
#ifndef __IPropertyChange_FWD_DEFINED__
#define __IPropertyChange_FWD_DEFINED__
typedef interface IPropertyChange IPropertyChange;
#endif
#ifndef __IPropertyChangeArray_FWD_DEFINED__
#define __IPropertyChangeArray_FWD_DEFINED__
typedef interface IPropertyChangeArray IPropertyChangeArray;
#endif
#ifndef __IPropertyStoreCapabilities_FWD_DEFINED__
#define __IPropertyStoreCapabilities_FWD_DEFINED__
typedef interface IPropertyStoreCapabilities IPropertyStoreCapabilities;
#endif
#ifndef __IPropertyStoreCache_FWD_DEFINED__
#define __IPropertyStoreCache_FWD_DEFINED__
typedef interface IPropertyStoreCache IPropertyStoreCache;
#endif
#ifndef __IPropertyEnumType_FWD_DEFINED__
#define __IPropertyEnumType_FWD_DEFINED__
typedef interface IPropertyEnumType IPropertyEnumType;
#endif
#ifndef __IPropertyEnumType2_FWD_DEFINED__
#define __IPropertyEnumType2_FWD_DEFINED__
typedef interface IPropertyEnumType2 IPropertyEnumType2;
#endif
#ifndef __IPropertyEnumTypeList_FWD_DEFINED__
#define __IPropertyEnumTypeList_FWD_DEFINED__
typedef interface IPropertyEnumTypeList IPropertyEnumTypeList;
#endif
#ifndef __IPropertyDescription_FWD_DEFINED__
#define __IPropertyDescription_FWD_DEFINED__
typedef interface IPropertyDescription IPropertyDescription;
#endif
#ifndef __IPropertyDescription2_FWD_DEFINED__
#define __IPropertyDescription2_FWD_DEFINED__
typedef interface IPropertyDescription2 IPropertyDescription2;
#endif
#ifndef __IPropertyDescriptionAliasInfo_FWD_DEFINED__
#define __IPropertyDescriptionAliasInfo_FWD_DEFINED__
typedef interface IPropertyDescriptionAliasInfo IPropertyDescriptionAliasInfo;
#endif
#ifndef __IPropertyDescriptionSearchInfo_FWD_DEFINED__
#define __IPropertyDescriptionSearchInfo_FWD_DEFINED__
typedef interface IPropertyDescriptionSearchInfo IPropertyDescriptionSearchInfo;
#endif
#ifndef __IPropertyDescriptionRelatedPropertyInfo_FWD_DEFINED__
#define __IPropertyDescriptionRelatedPropertyInfo_FWD_DEFINED__
typedef interface IPropertyDescriptionRelatedPropertyInfo IPropertyDescriptionRelatedPropertyInfo;
#endif
#ifndef __IPropertySystem_FWD_DEFINED__
#define __IPropertySystem_FWD_DEFINED__
typedef interface IPropertySystem IPropertySystem;
#endif
#ifndef __IPropertyDescriptionList_FWD_DEFINED__
#define __IPropertyDescriptionList_FWD_DEFINED__
typedef interface IPropertyDescriptionList IPropertyDescriptionList;
#endif
#ifndef __IPropertyStoreFactory_FWD_DEFINED__
#define __IPropertyStoreFactory_FWD_DEFINED__
typedef interface IPropertyStoreFactory IPropertyStoreFactory;
#endif
#ifndef __IDelayedPropertyStoreFactory_FWD_DEFINED__
#define __IDelayedPropertyStoreFactory_FWD_DEFINED__
typedef interface IDelayedPropertyStoreFactory IDelayedPropertyStoreFactory;
#endif
#ifndef __IPersistSerializedPropStorage_FWD_DEFINED__
#define __IPersistSerializedPropStorage_FWD_DEFINED__
typedef interface IPersistSerializedPropStorage IPersistSerializedPropStorage;
#endif
#ifndef __IPersistSerializedPropStorage2_FWD_DEFINED__
#define __IPersistSerializedPropStorage2_FWD_DEFINED__
typedef interface IPersistSerializedPropStorage2 IPersistSerializedPropStorage2;
#endif
#ifndef __IPropertySystemChangeNotify_FWD_DEFINED__
#define __IPropertySystemChangeNotify_FWD_DEFINED__
typedef interface IPropertySystemChangeNotify IPropertySystemChangeNotify;
#endif
#ifndef __ICreateObject_FWD_DEFINED__
#define __ICreateObject_FWD_DEFINED__
typedef interface ICreateObject ICreateObject;
#endif
#ifndef __InMemoryPropertyStore_FWD_DEFINED__
#define __InMemoryPropertyStore_FWD_DEFINED__
typedef struct InMemoryPropertyStore InMemoryPropertyStore;
#endif /* defined __InMemoryPropertyStore_FWD_DEFINED__ */
#ifndef __PropertySystem_FWD_DEFINED__
#define __PropertySystem_FWD_DEFINED__
typedef struct PropertySystem PropertySystem;
#endif /* defined __PropertySystem_FWD_DEFINED__ */
/* Headers for imported files */
#include <objidl.h>
#include <oleidl.h>
#include <ocidl.h>
#include <shtypes.h>
#include <structuredquerycondition.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef PSSTDAPI
#define PSSTDAPI EXTERN_C DECLSPEC_IMPORT HRESULT STDAPICALLTYPE
#endif
#if 0
typedef PROPERTYKEY *REFPROPERTYKEY;
#endif
#include <propkeydef.h>
/*****************************************************************************
* IInitializeWithFile interface
*/
#ifndef __IInitializeWithFile_INTERFACE_DEFINED__
#define __IInitializeWithFile_INTERFACE_DEFINED__
DEFINE_GUID(IID_IInitializeWithFile, 0xb7d14566, 0x0509, 0x4cce, 0xa7,0x1f, 0x0a,0x55,0x42,0x33,0xbd,0x9b);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("b7d14566-0509-4cce-a71f-0a554233bd9b")
IInitializeWithFile : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Initialize(
LPCWSTR pszFilePath,
DWORD grfMode) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IInitializeWithFile, 0xb7d14566, 0x0509, 0x4cce, 0xa7,0x1f, 0x0a,0x55,0x42,0x33,0xbd,0x9b)
#endif
#else
typedef struct IInitializeWithFileVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IInitializeWithFile* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IInitializeWithFile* This);
ULONG (STDMETHODCALLTYPE *Release)(
IInitializeWithFile* This);
/*** IInitializeWithFile methods ***/
HRESULT (STDMETHODCALLTYPE *Initialize)(
IInitializeWithFile* This,
LPCWSTR pszFilePath,
DWORD grfMode);
END_INTERFACE
} IInitializeWithFileVtbl;
interface IInitializeWithFile {
CONST_VTBL IInitializeWithFileVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IInitializeWithFile_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IInitializeWithFile_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IInitializeWithFile_Release(This) (This)->lpVtbl->Release(This)
/*** IInitializeWithFile methods ***/
#define IInitializeWithFile_Initialize(This,pszFilePath,grfMode) (This)->lpVtbl->Initialize(This,pszFilePath,grfMode)
#endif
#endif
HRESULT STDMETHODCALLTYPE IInitializeWithFile_Initialize_Proxy(
IInitializeWithFile* This,
LPCWSTR pszFilePath,
DWORD grfMode);
void __RPC_STUB IInitializeWithFile_Initialize_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IInitializeWithFile_INTERFACE_DEFINED__ */
/*****************************************************************************
* IInitializeWithStream interface
*/
#ifndef __IInitializeWithStream_INTERFACE_DEFINED__
#define __IInitializeWithStream_INTERFACE_DEFINED__
DEFINE_GUID(IID_IInitializeWithStream, 0xb824b49d, 0x22ac, 0x4161, 0xac,0x8a, 0x99,0x16,0xe8,0xfa,0x3f,0x7f);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("b824b49d-22ac-4161-ac8a-9916e8fa3f7f")
IInitializeWithStream : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Initialize(
IStream *pstream,
DWORD grfMode) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IInitializeWithStream, 0xb824b49d, 0x22ac, 0x4161, 0xac,0x8a, 0x99,0x16,0xe8,0xfa,0x3f,0x7f)
#endif
#else
typedef struct IInitializeWithStreamVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IInitializeWithStream* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IInitializeWithStream* This);
ULONG (STDMETHODCALLTYPE *Release)(
IInitializeWithStream* This);
/*** IInitializeWithStream methods ***/
HRESULT (STDMETHODCALLTYPE *Initialize)(
IInitializeWithStream* This,
IStream *pstream,
DWORD grfMode);
END_INTERFACE
} IInitializeWithStreamVtbl;
interface IInitializeWithStream {
CONST_VTBL IInitializeWithStreamVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IInitializeWithStream_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IInitializeWithStream_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IInitializeWithStream_Release(This) (This)->lpVtbl->Release(This)
/*** IInitializeWithStream methods ***/
#define IInitializeWithStream_Initialize(This,pstream,grfMode) (This)->lpVtbl->Initialize(This,pstream,grfMode)
#endif
#endif
#endif /* __IInitializeWithStream_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyStore interface
*/
#ifndef __IPropertyStore_INTERFACE_DEFINED__
#define __IPropertyStore_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyStore, 0x886d8eeb, 0x8cf2, 0x4446, 0x8d,0x02, 0xcd,0xba,0x1d,0xbd,0xcf,0x99);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("886d8eeb-8cf2-4446-8d02-cdba1dbdcf99")
IPropertyStore : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetCount(
DWORD *cProps) = 0;
virtual HRESULT STDMETHODCALLTYPE GetAt(
DWORD iProp,
PROPERTYKEY *pkey) = 0;
virtual HRESULT STDMETHODCALLTYPE GetValue(
REFPROPERTYKEY key,
PROPVARIANT *pv) = 0;
virtual HRESULT STDMETHODCALLTYPE SetValue(
REFPROPERTYKEY key,
REFPROPVARIANT propvar) = 0;
virtual HRESULT STDMETHODCALLTYPE Commit(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyStore, 0x886d8eeb, 0x8cf2, 0x4446, 0x8d,0x02, 0xcd,0xba,0x1d,0xbd,0xcf,0x99)
#endif
#else
typedef struct IPropertyStoreVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyStore* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyStore* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyStore* This);
/*** IPropertyStore methods ***/
HRESULT (STDMETHODCALLTYPE *GetCount)(
IPropertyStore* This,
DWORD *cProps);
HRESULT (STDMETHODCALLTYPE *GetAt)(
IPropertyStore* This,
DWORD iProp,
PROPERTYKEY *pkey);
HRESULT (STDMETHODCALLTYPE *GetValue)(
IPropertyStore* This,
REFPROPERTYKEY key,
PROPVARIANT *pv);
HRESULT (STDMETHODCALLTYPE *SetValue)(
IPropertyStore* This,
REFPROPERTYKEY key,
REFPROPVARIANT propvar);
HRESULT (STDMETHODCALLTYPE *Commit)(
IPropertyStore* This);
END_INTERFACE
} IPropertyStoreVtbl;
interface IPropertyStore {
CONST_VTBL IPropertyStoreVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyStore_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyStore_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyStore_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyStore methods ***/
#define IPropertyStore_GetCount(This,cProps) (This)->lpVtbl->GetCount(This,cProps)
#define IPropertyStore_GetAt(This,iProp,pkey) (This)->lpVtbl->GetAt(This,iProp,pkey)
#define IPropertyStore_GetValue(This,key,pv) (This)->lpVtbl->GetValue(This,key,pv)
#define IPropertyStore_SetValue(This,key,propvar) (This)->lpVtbl->SetValue(This,key,propvar)
#define IPropertyStore_Commit(This) (This)->lpVtbl->Commit(This)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyStore_GetCount_Proxy(
IPropertyStore* This,
DWORD *cProps);
void __RPC_STUB IPropertyStore_GetCount_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyStore_GetAt_Proxy(
IPropertyStore* This,
DWORD iProp,
PROPERTYKEY *pkey);
void __RPC_STUB IPropertyStore_GetAt_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyStore_GetValue_Proxy(
IPropertyStore* This,
REFPROPERTYKEY key,
PROPVARIANT *pv);
void __RPC_STUB IPropertyStore_GetValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyStore_SetValue_Proxy(
IPropertyStore* This,
REFPROPERTYKEY key,
REFPROPVARIANT propvar);
void __RPC_STUB IPropertyStore_SetValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyStore_Commit_Proxy(
IPropertyStore* This);
void __RPC_STUB IPropertyStore_Commit_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyStore_INTERFACE_DEFINED__ */
typedef IPropertyStore *LPPROPERTYSTORE;
/*****************************************************************************
* INamedPropertyStore interface
*/
#ifndef __INamedPropertyStore_INTERFACE_DEFINED__
#define __INamedPropertyStore_INTERFACE_DEFINED__
DEFINE_GUID(IID_INamedPropertyStore, 0x71604b0f, 0x97b0, 0x4764, 0x85,0x77, 0x2f,0x13,0xe9,0x8a,0x14,0x22);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("71604b0f-97b0-4764-8577-2f13e98a1422")
INamedPropertyStore : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetNamedValue(
LPCWSTR pszName,
PROPVARIANT *ppropvar) = 0;
virtual HRESULT STDMETHODCALLTYPE SetNamedValue(
LPCWSTR pszName,
REFPROPVARIANT propvar) = 0;
virtual HRESULT STDMETHODCALLTYPE GetNameCount(
DWORD *pdwCount) = 0;
virtual HRESULT STDMETHODCALLTYPE GetNameAt(
DWORD iProp,
BSTR *pbstrName) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INamedPropertyStore, 0x71604b0f, 0x97b0, 0x4764, 0x85,0x77, 0x2f,0x13,0xe9,0x8a,0x14,0x22)
#endif
#else
typedef struct INamedPropertyStoreVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INamedPropertyStore* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INamedPropertyStore* This);
ULONG (STDMETHODCALLTYPE *Release)(
INamedPropertyStore* This);
/*** INamedPropertyStore methods ***/
HRESULT (STDMETHODCALLTYPE *GetNamedValue)(
INamedPropertyStore* This,
LPCWSTR pszName,
PROPVARIANT *ppropvar);
HRESULT (STDMETHODCALLTYPE *SetNamedValue)(
INamedPropertyStore* This,
LPCWSTR pszName,
REFPROPVARIANT propvar);
HRESULT (STDMETHODCALLTYPE *GetNameCount)(
INamedPropertyStore* This,
DWORD *pdwCount);
HRESULT (STDMETHODCALLTYPE *GetNameAt)(
INamedPropertyStore* This,
DWORD iProp,
BSTR *pbstrName);
END_INTERFACE
} INamedPropertyStoreVtbl;
interface INamedPropertyStore {
CONST_VTBL INamedPropertyStoreVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define INamedPropertyStore_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INamedPropertyStore_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INamedPropertyStore_Release(This) (This)->lpVtbl->Release(This)
/*** INamedPropertyStore methods ***/
#define INamedPropertyStore_GetNamedValue(This,pszName,ppropvar) (This)->lpVtbl->GetNamedValue(This,pszName,ppropvar)
#define INamedPropertyStore_SetNamedValue(This,pszName,propvar) (This)->lpVtbl->SetNamedValue(This,pszName,propvar)
#define INamedPropertyStore_GetNameCount(This,pdwCount) (This)->lpVtbl->GetNameCount(This,pdwCount)
#define INamedPropertyStore_GetNameAt(This,iProp,pbstrName) (This)->lpVtbl->GetNameAt(This,iProp,pbstrName)
#endif
#endif
HRESULT STDMETHODCALLTYPE INamedPropertyStore_GetNamedValue_Proxy(
INamedPropertyStore* This,
LPCWSTR pszName,
PROPVARIANT *ppropvar);
void __RPC_STUB INamedPropertyStore_GetNamedValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INamedPropertyStore_SetNamedValue_Proxy(
INamedPropertyStore* This,
LPCWSTR pszName,
REFPROPVARIANT propvar);
void __RPC_STUB INamedPropertyStore_SetNamedValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INamedPropertyStore_GetNameCount_Proxy(
INamedPropertyStore* This,
DWORD *pdwCount);
void __RPC_STUB INamedPropertyStore_GetNameCount_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INamedPropertyStore_GetNameAt_Proxy(
INamedPropertyStore* This,
DWORD iProp,
BSTR *pbstrName);
void __RPC_STUB INamedPropertyStore_GetNameAt_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INamedPropertyStore_INTERFACE_DEFINED__ */
typedef enum GETPROPERTYSTOREFLAGS {
GPS_DEFAULT = 0x0,
GPS_HANDLERPROPERTIESONLY = 0x1,
GPS_READWRITE = 0x2,
GPS_TEMPORARY = 0x4,
GPS_FASTPROPERTIESONLY = 0x8,
GPS_OPENSLOWITEM = 0x10,
GPS_DELAYCREATION = 0x20,
GPS_BESTEFFORT = 0x40,
GPS_NO_OPLOCK = 0x80,
GPS_MASK_VALID = 0xff
} GETPROPERTYSTOREFLAGS;
DEFINE_ENUM_FLAG_OPERATORS(GETPROPERTYSTOREFLAGS)
/*****************************************************************************
* IObjectWithPropertyKey interface
*/
#ifndef __IObjectWithPropertyKey_INTERFACE_DEFINED__
#define __IObjectWithPropertyKey_INTERFACE_DEFINED__
DEFINE_GUID(IID_IObjectWithPropertyKey, 0xfc0ca0a7, 0xc316, 0x4fd2, 0x90,0x31, 0x3e,0x62,0x8e,0x6d,0x4f,0x23);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("fc0ca0a7-c316-4fd2-9031-3e628e6d4f23")
IObjectWithPropertyKey : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE SetPropertyKey(
REFPROPERTYKEY key) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPropertyKey(
PROPERTYKEY *key) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IObjectWithPropertyKey, 0xfc0ca0a7, 0xc316, 0x4fd2, 0x90,0x31, 0x3e,0x62,0x8e,0x6d,0x4f,0x23)
#endif
#else
typedef struct IObjectWithPropertyKeyVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IObjectWithPropertyKey* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IObjectWithPropertyKey* This);
ULONG (STDMETHODCALLTYPE *Release)(
IObjectWithPropertyKey* This);
/*** IObjectWithPropertyKey methods ***/
HRESULT (STDMETHODCALLTYPE *SetPropertyKey)(
IObjectWithPropertyKey* This,
REFPROPERTYKEY key);
HRESULT (STDMETHODCALLTYPE *GetPropertyKey)(
IObjectWithPropertyKey* This,
PROPERTYKEY *key);
END_INTERFACE
} IObjectWithPropertyKeyVtbl;
interface IObjectWithPropertyKey {
CONST_VTBL IObjectWithPropertyKeyVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IObjectWithPropertyKey_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IObjectWithPropertyKey_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IObjectWithPropertyKey_Release(This) (This)->lpVtbl->Release(This)
/*** IObjectWithPropertyKey methods ***/
#define IObjectWithPropertyKey_SetPropertyKey(This,key) (This)->lpVtbl->SetPropertyKey(This,key)
#define IObjectWithPropertyKey_GetPropertyKey(This,key) (This)->lpVtbl->GetPropertyKey(This,key)
#endif
#endif
HRESULT STDMETHODCALLTYPE IObjectWithPropertyKey_SetPropertyKey_Proxy(
IObjectWithPropertyKey* This,
REFPROPERTYKEY key);
void __RPC_STUB IObjectWithPropertyKey_SetPropertyKey_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IObjectWithPropertyKey_GetPropertyKey_Proxy(
IObjectWithPropertyKey* This,
PROPERTYKEY *key);
void __RPC_STUB IObjectWithPropertyKey_GetPropertyKey_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IObjectWithPropertyKey_INTERFACE_DEFINED__ */
typedef enum PKA_FLAGS {
PKA_SET = 0,
PKA_APPEND = 1,
PKA_DELETE = 2
} PKA_FLAGS;
/*****************************************************************************
* IPropertyChange interface
*/
#ifndef __IPropertyChange_INTERFACE_DEFINED__
#define __IPropertyChange_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyChange, 0xf917bc8a, 0x1bba, 0x4478, 0xa2,0x45, 0x1b,0xde,0x03,0xeb,0x94,0x31);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("f917bc8a-1bba-4478-a245-1bde03eb9431")
IPropertyChange : public IObjectWithPropertyKey
{
virtual HRESULT STDMETHODCALLTYPE ApplyToPropVariant(
REFPROPVARIANT propvarin,
PROPVARIANT *propvarout) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyChange, 0xf917bc8a, 0x1bba, 0x4478, 0xa2,0x45, 0x1b,0xde,0x03,0xeb,0x94,0x31)
#endif
#else
typedef struct IPropertyChangeVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyChange* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyChange* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyChange* This);
/*** IObjectWithPropertyKey methods ***/
HRESULT (STDMETHODCALLTYPE *SetPropertyKey)(
IPropertyChange* This,
REFPROPERTYKEY key);
HRESULT (STDMETHODCALLTYPE *GetPropertyKey)(
IPropertyChange* This,
PROPERTYKEY *key);
/*** IPropertyChange methods ***/
HRESULT (STDMETHODCALLTYPE *ApplyToPropVariant)(
IPropertyChange* This,
REFPROPVARIANT propvarin,
PROPVARIANT *propvarout);
END_INTERFACE
} IPropertyChangeVtbl;
interface IPropertyChange {
CONST_VTBL IPropertyChangeVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyChange_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyChange_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyChange_Release(This) (This)->lpVtbl->Release(This)
/*** IObjectWithPropertyKey methods ***/
#define IPropertyChange_SetPropertyKey(This,key) (This)->lpVtbl->SetPropertyKey(This,key)
#define IPropertyChange_GetPropertyKey(This,key) (This)->lpVtbl->GetPropertyKey(This,key)
/*** IPropertyChange methods ***/
#define IPropertyChange_ApplyToPropVariant(This,propvarin,propvarout) (This)->lpVtbl->ApplyToPropVariant(This,propvarin,propvarout)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyChange_ApplyToPropVariant_Proxy(
IPropertyChange* This,
REFPROPVARIANT propvarin,
PROPVARIANT *propvarout);
void __RPC_STUB IPropertyChange_ApplyToPropVariant_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyChange_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyChangeArray interface
*/
#ifndef __IPropertyChangeArray_INTERFACE_DEFINED__
#define __IPropertyChangeArray_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyChangeArray, 0x380f5cad, 0x1b5e, 0x42f2, 0x80,0x5d, 0x63,0x7f,0xd3,0x92,0xd3,0x1e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("380f5cad-1b5e-42f2-805d-637fd392d31e")
IPropertyChangeArray : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetCount(
UINT *pcOperations) = 0;
virtual HRESULT STDMETHODCALLTYPE GetAt(
UINT iIndex,
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE InsertAt(
UINT iIndex,
IPropertyChange *ppropChange) = 0;
virtual HRESULT STDMETHODCALLTYPE Append(
IPropertyChange *ppropChange) = 0;
virtual HRESULT STDMETHODCALLTYPE AppendOrReplace(
IPropertyChange *ppropChange) = 0;
virtual HRESULT STDMETHODCALLTYPE RemoveAt(
UINT iIndex) = 0;
virtual HRESULT STDMETHODCALLTYPE IsKeyInArray(
REFPROPERTYKEY key) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyChangeArray, 0x380f5cad, 0x1b5e, 0x42f2, 0x80,0x5d, 0x63,0x7f,0xd3,0x92,0xd3,0x1e)
#endif
#else
typedef struct IPropertyChangeArrayVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyChangeArray* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyChangeArray* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyChangeArray* This);
/*** IPropertyChangeArray methods ***/
HRESULT (STDMETHODCALLTYPE *GetCount)(
IPropertyChangeArray* This,
UINT *pcOperations);
HRESULT (STDMETHODCALLTYPE *GetAt)(
IPropertyChangeArray* This,
UINT iIndex,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *InsertAt)(
IPropertyChangeArray* This,
UINT iIndex,
IPropertyChange *ppropChange);
HRESULT (STDMETHODCALLTYPE *Append)(
IPropertyChangeArray* This,
IPropertyChange *ppropChange);
HRESULT (STDMETHODCALLTYPE *AppendOrReplace)(
IPropertyChangeArray* This,
IPropertyChange *ppropChange);
HRESULT (STDMETHODCALLTYPE *RemoveAt)(
IPropertyChangeArray* This,
UINT iIndex);
HRESULT (STDMETHODCALLTYPE *IsKeyInArray)(
IPropertyChangeArray* This,
REFPROPERTYKEY key);
END_INTERFACE
} IPropertyChangeArrayVtbl;
interface IPropertyChangeArray {
CONST_VTBL IPropertyChangeArrayVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyChangeArray_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyChangeArray_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyChangeArray_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyChangeArray methods ***/
#define IPropertyChangeArray_GetCount(This,pcOperations) (This)->lpVtbl->GetCount(This,pcOperations)
#define IPropertyChangeArray_GetAt(This,iIndex,riid,ppv) (This)->lpVtbl->GetAt(This,iIndex,riid,ppv)
#define IPropertyChangeArray_InsertAt(This,iIndex,ppropChange) (This)->lpVtbl->InsertAt(This,iIndex,ppropChange)
#define IPropertyChangeArray_Append(This,ppropChange) (This)->lpVtbl->Append(This,ppropChange)
#define IPropertyChangeArray_AppendOrReplace(This,ppropChange) (This)->lpVtbl->AppendOrReplace(This,ppropChange)
#define IPropertyChangeArray_RemoveAt(This,iIndex) (This)->lpVtbl->RemoveAt(This,iIndex)
#define IPropertyChangeArray_IsKeyInArray(This,key) (This)->lpVtbl->IsKeyInArray(This,key)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyChangeArray_GetCount_Proxy(
IPropertyChangeArray* This,
UINT *pcOperations);
void __RPC_STUB IPropertyChangeArray_GetCount_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyChangeArray_GetAt_Proxy(
IPropertyChangeArray* This,
UINT iIndex,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyChangeArray_GetAt_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyChangeArray_InsertAt_Proxy(
IPropertyChangeArray* This,
UINT iIndex,
IPropertyChange *ppropChange);
void __RPC_STUB IPropertyChangeArray_InsertAt_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyChangeArray_Append_Proxy(
IPropertyChangeArray* This,
IPropertyChange *ppropChange);
void __RPC_STUB IPropertyChangeArray_Append_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyChangeArray_AppendOrReplace_Proxy(
IPropertyChangeArray* This,
IPropertyChange *ppropChange);
void __RPC_STUB IPropertyChangeArray_AppendOrReplace_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyChangeArray_RemoveAt_Proxy(
IPropertyChangeArray* This,
UINT iIndex);
void __RPC_STUB IPropertyChangeArray_RemoveAt_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyChangeArray_IsKeyInArray_Proxy(
IPropertyChangeArray* This,
REFPROPERTYKEY key);
void __RPC_STUB IPropertyChangeArray_IsKeyInArray_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyChangeArray_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyStoreCapabilities interface
*/
#ifndef __IPropertyStoreCapabilities_INTERFACE_DEFINED__
#define __IPropertyStoreCapabilities_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyStoreCapabilities, 0xc8e2d566, 0x186e, 0x4d49, 0xbf,0x41, 0x69,0x09,0xea,0xd5,0x6a,0xcc);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("c8e2d566-186e-4d49-bf41-6909ead56acc")
IPropertyStoreCapabilities : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE IsPropertyWritable(
REFPROPERTYKEY key) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyStoreCapabilities, 0xc8e2d566, 0x186e, 0x4d49, 0xbf,0x41, 0x69,0x09,0xea,0xd5,0x6a,0xcc)
#endif
#else
typedef struct IPropertyStoreCapabilitiesVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyStoreCapabilities* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyStoreCapabilities* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyStoreCapabilities* This);
/*** IPropertyStoreCapabilities methods ***/
HRESULT (STDMETHODCALLTYPE *IsPropertyWritable)(
IPropertyStoreCapabilities* This,
REFPROPERTYKEY key);
END_INTERFACE
} IPropertyStoreCapabilitiesVtbl;
interface IPropertyStoreCapabilities {
CONST_VTBL IPropertyStoreCapabilitiesVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyStoreCapabilities_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyStoreCapabilities_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyStoreCapabilities_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyStoreCapabilities methods ***/
#define IPropertyStoreCapabilities_IsPropertyWritable(This,key) (This)->lpVtbl->IsPropertyWritable(This,key)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyStoreCapabilities_IsPropertyWritable_Proxy(
IPropertyStoreCapabilities* This,
REFPROPERTYKEY key);
void __RPC_STUB IPropertyStoreCapabilities_IsPropertyWritable_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyStoreCapabilities_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyStoreCache interface
*/
#ifndef __IPropertyStoreCache_INTERFACE_DEFINED__
#define __IPropertyStoreCache_INTERFACE_DEFINED__
typedef enum PSC_STATE {
PSC_NORMAL = 0,
PSC_NOTINSOURCE = 1,
PSC_DIRTY = 2,
PSC_READONLY = 3
} PSC_STATE;
DEFINE_GUID(IID_IPropertyStoreCache, 0x3017056d, 0x9a91, 0x4e90, 0x93,0x7d, 0x74,0x6c,0x72,0xab,0xbf,0x4f);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("3017056d-9a91-4e90-937d-746c72abbf4f")
IPropertyStoreCache : public IPropertyStore
{
virtual HRESULT STDMETHODCALLTYPE GetState(
REFPROPERTYKEY key,
PSC_STATE *pstate) = 0;
virtual HRESULT STDMETHODCALLTYPE GetValueAndState(
REFPROPERTYKEY key,
PROPVARIANT *ppropvar,
PSC_STATE *pstate) = 0;
virtual HRESULT STDMETHODCALLTYPE SetState(
REFPROPERTYKEY key,
PSC_STATE pstate) = 0;
virtual HRESULT STDMETHODCALLTYPE SetValueAndState(
REFPROPERTYKEY key,
const PROPVARIANT *ppropvar,
PSC_STATE state) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyStoreCache, 0x3017056d, 0x9a91, 0x4e90, 0x93,0x7d, 0x74,0x6c,0x72,0xab,0xbf,0x4f)
#endif
#else
typedef struct IPropertyStoreCacheVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyStoreCache* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyStoreCache* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyStoreCache* This);
/*** IPropertyStore methods ***/
HRESULT (STDMETHODCALLTYPE *GetCount)(
IPropertyStoreCache* This,
DWORD *cProps);
HRESULT (STDMETHODCALLTYPE *GetAt)(
IPropertyStoreCache* This,
DWORD iProp,
PROPERTYKEY *pkey);
HRESULT (STDMETHODCALLTYPE *GetValue)(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
PROPVARIANT *pv);
HRESULT (STDMETHODCALLTYPE *SetValue)(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
REFPROPVARIANT propvar);
HRESULT (STDMETHODCALLTYPE *Commit)(
IPropertyStoreCache* This);
/*** IPropertyStoreCache methods ***/
HRESULT (STDMETHODCALLTYPE *GetState)(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
PSC_STATE *pstate);
HRESULT (STDMETHODCALLTYPE *GetValueAndState)(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
PROPVARIANT *ppropvar,
PSC_STATE *pstate);
HRESULT (STDMETHODCALLTYPE *SetState)(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
PSC_STATE pstate);
HRESULT (STDMETHODCALLTYPE *SetValueAndState)(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
const PROPVARIANT *ppropvar,
PSC_STATE state);
END_INTERFACE
} IPropertyStoreCacheVtbl;
interface IPropertyStoreCache {
CONST_VTBL IPropertyStoreCacheVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyStoreCache_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyStoreCache_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyStoreCache_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyStore methods ***/
#define IPropertyStoreCache_GetCount(This,cProps) (This)->lpVtbl->GetCount(This,cProps)
#define IPropertyStoreCache_GetAt(This,iProp,pkey) (This)->lpVtbl->GetAt(This,iProp,pkey)
#define IPropertyStoreCache_GetValue(This,key,pv) (This)->lpVtbl->GetValue(This,key,pv)
#define IPropertyStoreCache_SetValue(This,key,propvar) (This)->lpVtbl->SetValue(This,key,propvar)
#define IPropertyStoreCache_Commit(This) (This)->lpVtbl->Commit(This)
/*** IPropertyStoreCache methods ***/
#define IPropertyStoreCache_GetState(This,key,pstate) (This)->lpVtbl->GetState(This,key,pstate)
#define IPropertyStoreCache_GetValueAndState(This,key,ppropvar,pstate) (This)->lpVtbl->GetValueAndState(This,key,ppropvar,pstate)
#define IPropertyStoreCache_SetState(This,key,pstate) (This)->lpVtbl->SetState(This,key,pstate)
#define IPropertyStoreCache_SetValueAndState(This,key,ppropvar,state) (This)->lpVtbl->SetValueAndState(This,key,ppropvar,state)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyStoreCache_GetState_Proxy(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
PSC_STATE *pstate);
void __RPC_STUB IPropertyStoreCache_GetState_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyStoreCache_GetValueAndState_Proxy(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
PROPVARIANT *ppropvar,
PSC_STATE *pstate);
void __RPC_STUB IPropertyStoreCache_GetValueAndState_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyStoreCache_SetState_Proxy(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
PSC_STATE pstate);
void __RPC_STUB IPropertyStoreCache_SetState_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyStoreCache_SetValueAndState_Proxy(
IPropertyStoreCache* This,
REFPROPERTYKEY key,
const PROPVARIANT *ppropvar,
PSC_STATE state);
void __RPC_STUB IPropertyStoreCache_SetValueAndState_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyStoreCache_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyEnumType interface
*/
#ifndef __IPropertyEnumType_INTERFACE_DEFINED__
#define __IPropertyEnumType_INTERFACE_DEFINED__
typedef enum PROPENUMTYPE {
PET_DISCRETEVALUE = 0,
PET_RANGEDVALUE = 1,
PET_DEFAULTVALUE = 2,
PET_ENDRANGE = 3
} PROPENUMTYPE;
DEFINE_GUID(IID_IPropertyEnumType, 0x11e1fbf9, 0x2d56, 0x4a6b, 0x8d,0xb3, 0x7c,0xd1,0x93,0xa4,0x71,0xf2);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("11e1fbf9-2d56-4a6b-8db3-7cd193a471f2")
IPropertyEnumType : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetEnumType(
PROPENUMTYPE *penumtype) = 0;
virtual HRESULT STDMETHODCALLTYPE GetValue(
PROPVARIANT *ppropvar) = 0;
virtual HRESULT STDMETHODCALLTYPE GetRangeMinValue(
PROPVARIANT *ppropvar) = 0;
virtual HRESULT STDMETHODCALLTYPE GetRangeSetValue(
PROPVARIANT *ppropvar) = 0;
virtual HRESULT STDMETHODCALLTYPE GetDisplayText(
LPWSTR *ppszDisplay) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyEnumType, 0x11e1fbf9, 0x2d56, 0x4a6b, 0x8d,0xb3, 0x7c,0xd1,0x93,0xa4,0x71,0xf2)
#endif
#else
typedef struct IPropertyEnumTypeVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyEnumType* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyEnumType* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyEnumType* This);
/*** IPropertyEnumType methods ***/
HRESULT (STDMETHODCALLTYPE *GetEnumType)(
IPropertyEnumType* This,
PROPENUMTYPE *penumtype);
HRESULT (STDMETHODCALLTYPE *GetValue)(
IPropertyEnumType* This,
PROPVARIANT *ppropvar);
HRESULT (STDMETHODCALLTYPE *GetRangeMinValue)(
IPropertyEnumType* This,
PROPVARIANT *ppropvar);
HRESULT (STDMETHODCALLTYPE *GetRangeSetValue)(
IPropertyEnumType* This,
PROPVARIANT *ppropvar);
HRESULT (STDMETHODCALLTYPE *GetDisplayText)(
IPropertyEnumType* This,
LPWSTR *ppszDisplay);
END_INTERFACE
} IPropertyEnumTypeVtbl;
interface IPropertyEnumType {
CONST_VTBL IPropertyEnumTypeVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyEnumType_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyEnumType_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyEnumType_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyEnumType methods ***/
#define IPropertyEnumType_GetEnumType(This,penumtype) (This)->lpVtbl->GetEnumType(This,penumtype)
#define IPropertyEnumType_GetValue(This,ppropvar) (This)->lpVtbl->GetValue(This,ppropvar)
#define IPropertyEnumType_GetRangeMinValue(This,ppropvar) (This)->lpVtbl->GetRangeMinValue(This,ppropvar)
#define IPropertyEnumType_GetRangeSetValue(This,ppropvar) (This)->lpVtbl->GetRangeSetValue(This,ppropvar)
#define IPropertyEnumType_GetDisplayText(This,ppszDisplay) (This)->lpVtbl->GetDisplayText(This,ppszDisplay)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyEnumType_GetEnumType_Proxy(
IPropertyEnumType* This,
PROPENUMTYPE *penumtype);
void __RPC_STUB IPropertyEnumType_GetEnumType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyEnumType_GetValue_Proxy(
IPropertyEnumType* This,
PROPVARIANT *ppropvar);
void __RPC_STUB IPropertyEnumType_GetValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyEnumType_GetRangeMinValue_Proxy(
IPropertyEnumType* This,
PROPVARIANT *ppropvar);
void __RPC_STUB IPropertyEnumType_GetRangeMinValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyEnumType_GetRangeSetValue_Proxy(
IPropertyEnumType* This,
PROPVARIANT *ppropvar);
void __RPC_STUB IPropertyEnumType_GetRangeSetValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyEnumType_GetDisplayText_Proxy(
IPropertyEnumType* This,
LPWSTR *ppszDisplay);
void __RPC_STUB IPropertyEnumType_GetDisplayText_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyEnumType_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyEnumType2 interface
*/
#ifndef __IPropertyEnumType2_INTERFACE_DEFINED__
#define __IPropertyEnumType2_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyEnumType2, 0x9b6e051c, 0x5ddd, 0x4321, 0x90,0x70, 0xfe,0x2a,0xcb,0x55,0xe9,0x74);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("9b6e051c-5ddd-4321-9070-fe2acb55e974")
IPropertyEnumType2 : public IPropertyEnumType
{
virtual HRESULT STDMETHODCALLTYPE GetImageReference(
LPWSTR *ppszImageRes) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyEnumType2, 0x9b6e051c, 0x5ddd, 0x4321, 0x90,0x70, 0xfe,0x2a,0xcb,0x55,0xe9,0x74)
#endif
#else
typedef struct IPropertyEnumType2Vtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyEnumType2* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyEnumType2* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyEnumType2* This);
/*** IPropertyEnumType methods ***/
HRESULT (STDMETHODCALLTYPE *GetEnumType)(
IPropertyEnumType2* This,
PROPENUMTYPE *penumtype);
HRESULT (STDMETHODCALLTYPE *GetValue)(
IPropertyEnumType2* This,
PROPVARIANT *ppropvar);
HRESULT (STDMETHODCALLTYPE *GetRangeMinValue)(
IPropertyEnumType2* This,
PROPVARIANT *ppropvar);
HRESULT (STDMETHODCALLTYPE *GetRangeSetValue)(
IPropertyEnumType2* This,
PROPVARIANT *ppropvar);
HRESULT (STDMETHODCALLTYPE *GetDisplayText)(
IPropertyEnumType2* This,
LPWSTR *ppszDisplay);
/*** IPropertyEnumType2 methods ***/
HRESULT (STDMETHODCALLTYPE *GetImageReference)(
IPropertyEnumType2* This,
LPWSTR *ppszImageRes);
END_INTERFACE
} IPropertyEnumType2Vtbl;
interface IPropertyEnumType2 {
CONST_VTBL IPropertyEnumType2Vtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyEnumType2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyEnumType2_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyEnumType2_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyEnumType methods ***/
#define IPropertyEnumType2_GetEnumType(This,penumtype) (This)->lpVtbl->GetEnumType(This,penumtype)
#define IPropertyEnumType2_GetValue(This,ppropvar) (This)->lpVtbl->GetValue(This,ppropvar)
#define IPropertyEnumType2_GetRangeMinValue(This,ppropvar) (This)->lpVtbl->GetRangeMinValue(This,ppropvar)
#define IPropertyEnumType2_GetRangeSetValue(This,ppropvar) (This)->lpVtbl->GetRangeSetValue(This,ppropvar)
#define IPropertyEnumType2_GetDisplayText(This,ppszDisplay) (This)->lpVtbl->GetDisplayText(This,ppszDisplay)
/*** IPropertyEnumType2 methods ***/
#define IPropertyEnumType2_GetImageReference(This,ppszImageRes) (This)->lpVtbl->GetImageReference(This,ppszImageRes)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyEnumType2_GetImageReference_Proxy(
IPropertyEnumType2* This,
LPWSTR *ppszImageRes);
void __RPC_STUB IPropertyEnumType2_GetImageReference_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyEnumType2_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyEnumTypeList interface
*/
#ifndef __IPropertyEnumTypeList_INTERFACE_DEFINED__
#define __IPropertyEnumTypeList_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyEnumTypeList, 0xa99400f4, 0x3d84, 0x4557, 0x94,0xba, 0x12,0x42,0xfb,0x2c,0xc9,0xa6);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("a99400f4-3d84-4557-94ba-1242fb2cc9a6")
IPropertyEnumTypeList : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetCount(
UINT *pctypes) = 0;
virtual HRESULT STDMETHODCALLTYPE GetAt(
UINT itype,
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE GetConditionAt(
UINT nIndex,
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE FindMatchingIndex(
REFPROPVARIANT propvarCmp,
UINT *pnIndex) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyEnumTypeList, 0xa99400f4, 0x3d84, 0x4557, 0x94,0xba, 0x12,0x42,0xfb,0x2c,0xc9,0xa6)
#endif
#else
typedef struct IPropertyEnumTypeListVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyEnumTypeList* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyEnumTypeList* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyEnumTypeList* This);
/*** IPropertyEnumTypeList methods ***/
HRESULT (STDMETHODCALLTYPE *GetCount)(
IPropertyEnumTypeList* This,
UINT *pctypes);
HRESULT (STDMETHODCALLTYPE *GetAt)(
IPropertyEnumTypeList* This,
UINT itype,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *GetConditionAt)(
IPropertyEnumTypeList* This,
UINT nIndex,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *FindMatchingIndex)(
IPropertyEnumTypeList* This,
REFPROPVARIANT propvarCmp,
UINT *pnIndex);
END_INTERFACE
} IPropertyEnumTypeListVtbl;
interface IPropertyEnumTypeList {
CONST_VTBL IPropertyEnumTypeListVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyEnumTypeList_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyEnumTypeList_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyEnumTypeList_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyEnumTypeList methods ***/
#define IPropertyEnumTypeList_GetCount(This,pctypes) (This)->lpVtbl->GetCount(This,pctypes)
#define IPropertyEnumTypeList_GetAt(This,itype,riid,ppv) (This)->lpVtbl->GetAt(This,itype,riid,ppv)
#define IPropertyEnumTypeList_GetConditionAt(This,nIndex,riid,ppv) (This)->lpVtbl->GetConditionAt(This,nIndex,riid,ppv)
#define IPropertyEnumTypeList_FindMatchingIndex(This,propvarCmp,pnIndex) (This)->lpVtbl->FindMatchingIndex(This,propvarCmp,pnIndex)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyEnumTypeList_GetCount_Proxy(
IPropertyEnumTypeList* This,
UINT *pctypes);
void __RPC_STUB IPropertyEnumTypeList_GetCount_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyEnumTypeList_GetAt_Proxy(
IPropertyEnumTypeList* This,
UINT itype,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyEnumTypeList_GetAt_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyEnumTypeList_GetConditionAt_Proxy(
IPropertyEnumTypeList* This,
UINT nIndex,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyEnumTypeList_GetConditionAt_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyEnumTypeList_FindMatchingIndex_Proxy(
IPropertyEnumTypeList* This,
REFPROPVARIANT propvarCmp,
UINT *pnIndex);
void __RPC_STUB IPropertyEnumTypeList_FindMatchingIndex_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyEnumTypeList_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyDescription interface
*/
#ifndef __IPropertyDescription_INTERFACE_DEFINED__
#define __IPropertyDescription_INTERFACE_DEFINED__
typedef enum PROPDESC_TYPE_FLAGS {
PDTF_DEFAULT = 0,
PDTF_MULTIPLEVALUES = 0x1,
PDTF_ISINNATE = 0x2,
PDTF_ISGROUP = 0x4,
PDTF_CANGROUPBY = 0x8,
PDTF_CANSTACKBY = 0x10,
PDTF_ISTREEPROPERTY = 0x20,
PDTF_INCLUDEINFULLTEXTQUERY = 0x40,
PDTF_ISVIEWABLE = 0x80,
PDTF_ISQUERYABLE = 0x100,
PDTF_CANBEPURGED = 0x200,
PDTF_SEARCHRAWVALUE = 0x400,
PDTF_ISSYSTEMPROPERTY = 0x80000000,
PDTF_MASK_ALL = 0x800007ff
} PROPDESC_TYPE_FLAGS;
DEFINE_ENUM_FLAG_OPERATORS(PROPDESC_TYPE_FLAGS)
typedef enum PROPDESC_VIEW_FLAGS {
PDVF_DEFAULT = 0x0,
PDVF_CENTERALIGN = 0x1,
PDVF_RIGHTALIGN = 0x2,
PDVF_BEGINNEWGROUP = 0x4,
PDVF_FILLAREA = 0x8,
PDVF_SORTDESCENDING = 0x10,
PDVF_SHOWONLYIFPRESENT = 0x20,
PDVF_SHOWBYDEFAULT = 0x40,
PDVF_SHOWINPRIMARYLIST = 0x80,
PDVF_SHOWINSECONDARYLIST = 0x100,
PDVF_HIDELABEL = 0x200,
PDVF_HIDDEN = 0x800,
PDVF_CANWRAP = 0x1000,
PDVF_MASK_ALL = 0x1bff
} PROPDESC_VIEW_FLAGS;
DEFINE_ENUM_FLAG_OPERATORS(PROPDESC_VIEW_FLAGS)
typedef enum PROPDESC_DISPLAYTYPE {
PDDT_STRING = 0,
PDDT_NUMBER = 1,
PDDT_BOOLEAN = 2,
PDDT_DATETIME = 3,
PDDT_ENUMERATED = 4
} PROPDESC_DISPLAYTYPE;
typedef enum PROPDESC_GROUPING_RANGE {
PDGR_DISCRETE = 0,
PDGR_ALPHANUMERIC = 1,
PDGR_SIZE = 2,
PDGR_DYNAMIC = 3,
PDGR_DATE = 4,
PDGR_PERCENT = 5,
PDGR_ENUMERATED = 6
} PROPDESC_GROUPING_RANGE;
typedef enum PROPDESC_FORMAT_FLAGS {
PDFF_DEFAULT = 0x0,
PDFF_PREFIXNAME = 0x1,
PDFF_FILENAME = 0x2,
PDFF_ALWAYSKB = 0x4,
PDFF_RESERVED_RIGHTTOLEFT = 0x8,
PDFF_SHORTTIME = 0x10,
PDFF_LONGTIME = 0x20,
PDFF_HIDETIME = 0x40,
PDFF_SHORTDATE = 0x80,
PDFF_LONGDATE = 0x100,
PDFF_HIDEDATE = 0x200,
PDFF_RELATIVEDATE = 0x400,
PDFF_USEEDITINVITATION = 0x800,
PDFF_READONLY = 0x1000,
PDFF_NOAUTOREADINGORDER = 0x2000
} PROPDESC_FORMAT_FLAGS;
DEFINE_ENUM_FLAG_OPERATORS(PROPDESC_FORMAT_FLAGS)
typedef enum PROPDESC_SORTDESCRIPTION {
PDSD_GENERAL = 0,
PDSD_A_Z = 1,
PDSD_LOWEST_HIGHEST = 2,
PDSD_SMALLEST_BIGGEST = 3,
PDSD_OLDEST_NEWEST = 4
} PROPDESC_SORTDESCRIPTION;
typedef enum PROPDESC_RELATIVEDESCRIPTION_TYPE {
PDRDT_GENERAL = 0,
PDRDT_DATE = 1,
PDRDT_SIZE = 2,
PDRDT_COUNT = 3,
PDRDT_REVISION = 4,
PDRDT_LENGTH = 5,
PDRDT_DURATION = 6,
PDRDT_SPEED = 7,
PDRDT_RATE = 8,
PDRDT_RATING = 9,
PDRDT_PRIORITY = 10
} PROPDESC_RELATIVEDESCRIPTION_TYPE;
typedef enum PROPDESC_AGGREGATION_TYPE {
PDAT_DEFAULT = 0,
PDAT_FIRST = 1,
PDAT_SUM = 2,
PDAT_AVERAGE = 3,
PDAT_DATERANGE = 4,
PDAT_UNION = 5,
PDAT_MAX = 6,
PDAT_MIN = 7
} PROPDESC_AGGREGATION_TYPE;
typedef enum PROPDESC_CONDITION_TYPE {
PDCOT_NONE = 0,
PDCOT_STRING = 1,
PDCOT_SIZE = 2,
PDCOT_DATETIME = 3,
PDCOT_BOOLEAN = 4,
PDCOT_NUMBER = 5
} PROPDESC_CONDITION_TYPE;
DEFINE_GUID(IID_IPropertyDescription, 0x6f79d558, 0x3e96, 0x4549, 0xa1,0xd1, 0x7d,0x75,0xd2,0x28,0x88,0x14);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("6f79d558-3e96-4549-a1d1-7d75d2288814")
IPropertyDescription : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetPropertyKey(
PROPERTYKEY *pkey) = 0;
virtual HRESULT STDMETHODCALLTYPE GetCanonicalName(
LPWSTR *ppszName) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPropertyType(
VARTYPE *pvartype) = 0;
virtual HRESULT STDMETHODCALLTYPE GetDisplayName(
LPWSTR *ppszName) = 0;
virtual HRESULT STDMETHODCALLTYPE GetEditInvitation(
LPWSTR *ppszName) = 0;
virtual HRESULT STDMETHODCALLTYPE GetTypeFlags(
PROPDESC_TYPE_FLAGS mask,
PROPDESC_TYPE_FLAGS *ppdtFlags) = 0;
virtual HRESULT STDMETHODCALLTYPE GetViewFlags(
PROPDESC_VIEW_FLAGS *ppdvFlags) = 0;
virtual HRESULT STDMETHODCALLTYPE GetDefaultColumnWidth(
UINT *pcxChars) = 0;
virtual HRESULT STDMETHODCALLTYPE GetDisplayType(
PROPDESC_DISPLAYTYPE *pdisplaytype) = 0;
virtual HRESULT STDMETHODCALLTYPE GetColumnState(
SHCOLSTATEF *pcsFlags) = 0;
virtual HRESULT STDMETHODCALLTYPE GetGroupingRange(
PROPDESC_GROUPING_RANGE *psd) = 0;
virtual HRESULT STDMETHODCALLTYPE GetRelativeDescriptionType(
PROPDESC_RELATIVEDESCRIPTION_TYPE *prdt) = 0;
virtual HRESULT STDMETHODCALLTYPE GetRelativeDescription(
REFPROPVARIANT propvar1,
REFPROPVARIANT propvar2,
LPWSTR *ppszDesc1,
LPWSTR *ppszDesc2) = 0;
virtual HRESULT STDMETHODCALLTYPE GetSortDescription(
PROPDESC_SORTDESCRIPTION *psd) = 0;
virtual HRESULT STDMETHODCALLTYPE GetSortDescriptionLabel(
WINBOOL fDescending,
LPWSTR *ppszDescription) = 0;
virtual HRESULT STDMETHODCALLTYPE GetAggregationType(
PROPDESC_AGGREGATION_TYPE *paggtype) = 0;
virtual HRESULT STDMETHODCALLTYPE GetConditionType(
PROPDESC_CONDITION_TYPE *pcontype,
CONDITION_OPERATION *popDefault) = 0;
virtual HRESULT STDMETHODCALLTYPE GetEnumTypeList(
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE CoerceToCanonicalValue(
PROPVARIANT *propvar) = 0;
virtual HRESULT STDMETHODCALLTYPE FormatForDisplay(
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS flags,
LPWSTR *ppszDisplay) = 0;
virtual HRESULT STDMETHODCALLTYPE IsValueCanonical(
REFPROPVARIANT propvar) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyDescription, 0x6f79d558, 0x3e96, 0x4549, 0xa1,0xd1, 0x7d,0x75,0xd2,0x28,0x88,0x14)
#endif
#else
typedef struct IPropertyDescriptionVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyDescription* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyDescription* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyDescription* This);
/*** IPropertyDescription methods ***/
HRESULT (STDMETHODCALLTYPE *GetPropertyKey)(
IPropertyDescription* This,
PROPERTYKEY *pkey);
HRESULT (STDMETHODCALLTYPE *GetCanonicalName)(
IPropertyDescription* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetPropertyType)(
IPropertyDescription* This,
VARTYPE *pvartype);
HRESULT (STDMETHODCALLTYPE *GetDisplayName)(
IPropertyDescription* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetEditInvitation)(
IPropertyDescription* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetTypeFlags)(
IPropertyDescription* This,
PROPDESC_TYPE_FLAGS mask,
PROPDESC_TYPE_FLAGS *ppdtFlags);
HRESULT (STDMETHODCALLTYPE *GetViewFlags)(
IPropertyDescription* This,
PROPDESC_VIEW_FLAGS *ppdvFlags);
HRESULT (STDMETHODCALLTYPE *GetDefaultColumnWidth)(
IPropertyDescription* This,
UINT *pcxChars);
HRESULT (STDMETHODCALLTYPE *GetDisplayType)(
IPropertyDescription* This,
PROPDESC_DISPLAYTYPE *pdisplaytype);
HRESULT (STDMETHODCALLTYPE *GetColumnState)(
IPropertyDescription* This,
SHCOLSTATEF *pcsFlags);
HRESULT (STDMETHODCALLTYPE *GetGroupingRange)(
IPropertyDescription* This,
PROPDESC_GROUPING_RANGE *psd);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescriptionType)(
IPropertyDescription* This,
PROPDESC_RELATIVEDESCRIPTION_TYPE *prdt);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescription)(
IPropertyDescription* This,
REFPROPVARIANT propvar1,
REFPROPVARIANT propvar2,
LPWSTR *ppszDesc1,
LPWSTR *ppszDesc2);
HRESULT (STDMETHODCALLTYPE *GetSortDescription)(
IPropertyDescription* This,
PROPDESC_SORTDESCRIPTION *psd);
HRESULT (STDMETHODCALLTYPE *GetSortDescriptionLabel)(
IPropertyDescription* This,
WINBOOL fDescending,
LPWSTR *ppszDescription);
HRESULT (STDMETHODCALLTYPE *GetAggregationType)(
IPropertyDescription* This,
PROPDESC_AGGREGATION_TYPE *paggtype);
HRESULT (STDMETHODCALLTYPE *GetConditionType)(
IPropertyDescription* This,
PROPDESC_CONDITION_TYPE *pcontype,
CONDITION_OPERATION *popDefault);
HRESULT (STDMETHODCALLTYPE *GetEnumTypeList)(
IPropertyDescription* This,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *CoerceToCanonicalValue)(
IPropertyDescription* This,
PROPVARIANT *propvar);
HRESULT (STDMETHODCALLTYPE *FormatForDisplay)(
IPropertyDescription* This,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS flags,
LPWSTR *ppszDisplay);
HRESULT (STDMETHODCALLTYPE *IsValueCanonical)(
IPropertyDescription* This,
REFPROPVARIANT propvar);
END_INTERFACE
} IPropertyDescriptionVtbl;
interface IPropertyDescription {
CONST_VTBL IPropertyDescriptionVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyDescription_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyDescription_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyDescription_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyDescription methods ***/
#define IPropertyDescription_GetPropertyKey(This,pkey) (This)->lpVtbl->GetPropertyKey(This,pkey)
#define IPropertyDescription_GetCanonicalName(This,ppszName) (This)->lpVtbl->GetCanonicalName(This,ppszName)
#define IPropertyDescription_GetPropertyType(This,pvartype) (This)->lpVtbl->GetPropertyType(This,pvartype)
#define IPropertyDescription_GetDisplayName(This,ppszName) (This)->lpVtbl->GetDisplayName(This,ppszName)
#define IPropertyDescription_GetEditInvitation(This,ppszName) (This)->lpVtbl->GetEditInvitation(This,ppszName)
#define IPropertyDescription_GetTypeFlags(This,mask,ppdtFlags) (This)->lpVtbl->GetTypeFlags(This,mask,ppdtFlags)
#define IPropertyDescription_GetViewFlags(This,ppdvFlags) (This)->lpVtbl->GetViewFlags(This,ppdvFlags)
#define IPropertyDescription_GetDefaultColumnWidth(This,pcxChars) (This)->lpVtbl->GetDefaultColumnWidth(This,pcxChars)
#define IPropertyDescription_GetDisplayType(This,pdisplaytype) (This)->lpVtbl->GetDisplayType(This,pdisplaytype)
#define IPropertyDescription_GetColumnState(This,pcsFlags) (This)->lpVtbl->GetColumnState(This,pcsFlags)
#define IPropertyDescription_GetGroupingRange(This,psd) (This)->lpVtbl->GetGroupingRange(This,psd)
#define IPropertyDescription_GetRelativeDescriptionType(This,prdt) (This)->lpVtbl->GetRelativeDescriptionType(This,prdt)
#define IPropertyDescription_GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2) (This)->lpVtbl->GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2)
#define IPropertyDescription_GetSortDescription(This,psd) (This)->lpVtbl->GetSortDescription(This,psd)
#define IPropertyDescription_GetSortDescriptionLabel(This,fDescending,ppszDescription) (This)->lpVtbl->GetSortDescriptionLabel(This,fDescending,ppszDescription)
#define IPropertyDescription_GetAggregationType(This,paggtype) (This)->lpVtbl->GetAggregationType(This,paggtype)
#define IPropertyDescription_GetConditionType(This,pcontype,popDefault) (This)->lpVtbl->GetConditionType(This,pcontype,popDefault)
#define IPropertyDescription_GetEnumTypeList(This,riid,ppv) (This)->lpVtbl->GetEnumTypeList(This,riid,ppv)
#define IPropertyDescription_CoerceToCanonicalValue(This,propvar) (This)->lpVtbl->CoerceToCanonicalValue(This,propvar)
#define IPropertyDescription_FormatForDisplay(This,propvar,flags,ppszDisplay) (This)->lpVtbl->FormatForDisplay(This,propvar,flags,ppszDisplay)
#define IPropertyDescription_IsValueCanonical(This,propvar) (This)->lpVtbl->IsValueCanonical(This,propvar)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetPropertyKey_Proxy(
IPropertyDescription* This,
PROPERTYKEY *pkey);
void __RPC_STUB IPropertyDescription_GetPropertyKey_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetCanonicalName_Proxy(
IPropertyDescription* This,
LPWSTR *ppszName);
void __RPC_STUB IPropertyDescription_GetCanonicalName_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetPropertyType_Proxy(
IPropertyDescription* This,
VARTYPE *pvartype);
void __RPC_STUB IPropertyDescription_GetPropertyType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetDisplayName_Proxy(
IPropertyDescription* This,
LPWSTR *ppszName);
void __RPC_STUB IPropertyDescription_GetDisplayName_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetEditInvitation_Proxy(
IPropertyDescription* This,
LPWSTR *ppszName);
void __RPC_STUB IPropertyDescription_GetEditInvitation_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetTypeFlags_Proxy(
IPropertyDescription* This,
PROPDESC_TYPE_FLAGS mask,
PROPDESC_TYPE_FLAGS *ppdtFlags);
void __RPC_STUB IPropertyDescription_GetTypeFlags_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetViewFlags_Proxy(
IPropertyDescription* This,
PROPDESC_VIEW_FLAGS *ppdvFlags);
void __RPC_STUB IPropertyDescription_GetViewFlags_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetDefaultColumnWidth_Proxy(
IPropertyDescription* This,
UINT *pcxChars);
void __RPC_STUB IPropertyDescription_GetDefaultColumnWidth_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetDisplayType_Proxy(
IPropertyDescription* This,
PROPDESC_DISPLAYTYPE *pdisplaytype);
void __RPC_STUB IPropertyDescription_GetDisplayType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetColumnState_Proxy(
IPropertyDescription* This,
SHCOLSTATEF *pcsFlags);
void __RPC_STUB IPropertyDescription_GetColumnState_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetGroupingRange_Proxy(
IPropertyDescription* This,
PROPDESC_GROUPING_RANGE *psd);
void __RPC_STUB IPropertyDescription_GetGroupingRange_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetRelativeDescriptionType_Proxy(
IPropertyDescription* This,
PROPDESC_RELATIVEDESCRIPTION_TYPE *prdt);
void __RPC_STUB IPropertyDescription_GetRelativeDescriptionType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetRelativeDescription_Proxy(
IPropertyDescription* This,
REFPROPVARIANT propvar1,
REFPROPVARIANT propvar2,
LPWSTR *ppszDesc1,
LPWSTR *ppszDesc2);
void __RPC_STUB IPropertyDescription_GetRelativeDescription_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetSortDescription_Proxy(
IPropertyDescription* This,
PROPDESC_SORTDESCRIPTION *psd);
void __RPC_STUB IPropertyDescription_GetSortDescription_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetSortDescriptionLabel_Proxy(
IPropertyDescription* This,
WINBOOL fDescending,
LPWSTR *ppszDescription);
void __RPC_STUB IPropertyDescription_GetSortDescriptionLabel_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetAggregationType_Proxy(
IPropertyDescription* This,
PROPDESC_AGGREGATION_TYPE *paggtype);
void __RPC_STUB IPropertyDescription_GetAggregationType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetConditionType_Proxy(
IPropertyDescription* This,
PROPDESC_CONDITION_TYPE *pcontype,
CONDITION_OPERATION *popDefault);
void __RPC_STUB IPropertyDescription_GetConditionType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_GetEnumTypeList_Proxy(
IPropertyDescription* This,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyDescription_GetEnumTypeList_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_RemoteCoerceToCanonicalValue_Proxy(
IPropertyDescription* This,
REFPROPVARIANT propvar,
PROPVARIANT *ppropvar);
void __RPC_STUB IPropertyDescription_RemoteCoerceToCanonicalValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_FormatForDisplay_Proxy(
IPropertyDescription* This,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS flags,
LPWSTR *ppszDisplay);
void __RPC_STUB IPropertyDescription_FormatForDisplay_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescription_IsValueCanonical_Proxy(
IPropertyDescription* This,
REFPROPVARIANT propvar);
void __RPC_STUB IPropertyDescription_IsValueCanonical_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT CALLBACK IPropertyDescription_CoerceToCanonicalValue_Proxy(
IPropertyDescription* This,
PROPVARIANT *propvar);
HRESULT __RPC_STUB IPropertyDescription_CoerceToCanonicalValue_Stub(
IPropertyDescription* This,
REFPROPVARIANT propvar,
PROPVARIANT *ppropvar);
#endif /* __IPropertyDescription_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyDescription2 interface
*/
#ifndef __IPropertyDescription2_INTERFACE_DEFINED__
#define __IPropertyDescription2_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyDescription2, 0x57d2eded, 0x5062, 0x400e, 0xb1,0x07, 0x5d,0xae,0x79,0xfe,0x57,0xa6);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("57d2eded-5062-400e-b107-5dae79fe57a6")
IPropertyDescription2 : public IPropertyDescription
{
virtual HRESULT STDMETHODCALLTYPE GetImageReferenceForValue(
REFPROPVARIANT propvar,
LPWSTR *ppszImageRes) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyDescription2, 0x57d2eded, 0x5062, 0x400e, 0xb1,0x07, 0x5d,0xae,0x79,0xfe,0x57,0xa6)
#endif
#else
typedef struct IPropertyDescription2Vtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyDescription2* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyDescription2* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyDescription2* This);
/*** IPropertyDescription methods ***/
HRESULT (STDMETHODCALLTYPE *GetPropertyKey)(
IPropertyDescription2* This,
PROPERTYKEY *pkey);
HRESULT (STDMETHODCALLTYPE *GetCanonicalName)(
IPropertyDescription2* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetPropertyType)(
IPropertyDescription2* This,
VARTYPE *pvartype);
HRESULT (STDMETHODCALLTYPE *GetDisplayName)(
IPropertyDescription2* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetEditInvitation)(
IPropertyDescription2* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetTypeFlags)(
IPropertyDescription2* This,
PROPDESC_TYPE_FLAGS mask,
PROPDESC_TYPE_FLAGS *ppdtFlags);
HRESULT (STDMETHODCALLTYPE *GetViewFlags)(
IPropertyDescription2* This,
PROPDESC_VIEW_FLAGS *ppdvFlags);
HRESULT (STDMETHODCALLTYPE *GetDefaultColumnWidth)(
IPropertyDescription2* This,
UINT *pcxChars);
HRESULT (STDMETHODCALLTYPE *GetDisplayType)(
IPropertyDescription2* This,
PROPDESC_DISPLAYTYPE *pdisplaytype);
HRESULT (STDMETHODCALLTYPE *GetColumnState)(
IPropertyDescription2* This,
SHCOLSTATEF *pcsFlags);
HRESULT (STDMETHODCALLTYPE *GetGroupingRange)(
IPropertyDescription2* This,
PROPDESC_GROUPING_RANGE *psd);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescriptionType)(
IPropertyDescription2* This,
PROPDESC_RELATIVEDESCRIPTION_TYPE *prdt);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescription)(
IPropertyDescription2* This,
REFPROPVARIANT propvar1,
REFPROPVARIANT propvar2,
LPWSTR *ppszDesc1,
LPWSTR *ppszDesc2);
HRESULT (STDMETHODCALLTYPE *GetSortDescription)(
IPropertyDescription2* This,
PROPDESC_SORTDESCRIPTION *psd);
HRESULT (STDMETHODCALLTYPE *GetSortDescriptionLabel)(
IPropertyDescription2* This,
WINBOOL fDescending,
LPWSTR *ppszDescription);
HRESULT (STDMETHODCALLTYPE *GetAggregationType)(
IPropertyDescription2* This,
PROPDESC_AGGREGATION_TYPE *paggtype);
HRESULT (STDMETHODCALLTYPE *GetConditionType)(
IPropertyDescription2* This,
PROPDESC_CONDITION_TYPE *pcontype,
CONDITION_OPERATION *popDefault);
HRESULT (STDMETHODCALLTYPE *GetEnumTypeList)(
IPropertyDescription2* This,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *CoerceToCanonicalValue)(
IPropertyDescription2* This,
PROPVARIANT *propvar);
HRESULT (STDMETHODCALLTYPE *FormatForDisplay)(
IPropertyDescription2* This,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS flags,
LPWSTR *ppszDisplay);
HRESULT (STDMETHODCALLTYPE *IsValueCanonical)(
IPropertyDescription2* This,
REFPROPVARIANT propvar);
/*** IPropertyDescription2 methods ***/
HRESULT (STDMETHODCALLTYPE *GetImageReferenceForValue)(
IPropertyDescription2* This,
REFPROPVARIANT propvar,
LPWSTR *ppszImageRes);
END_INTERFACE
} IPropertyDescription2Vtbl;
interface IPropertyDescription2 {
CONST_VTBL IPropertyDescription2Vtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyDescription2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyDescription2_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyDescription2_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyDescription methods ***/
#define IPropertyDescription2_GetPropertyKey(This,pkey) (This)->lpVtbl->GetPropertyKey(This,pkey)
#define IPropertyDescription2_GetCanonicalName(This,ppszName) (This)->lpVtbl->GetCanonicalName(This,ppszName)
#define IPropertyDescription2_GetPropertyType(This,pvartype) (This)->lpVtbl->GetPropertyType(This,pvartype)
#define IPropertyDescription2_GetDisplayName(This,ppszName) (This)->lpVtbl->GetDisplayName(This,ppszName)
#define IPropertyDescription2_GetEditInvitation(This,ppszName) (This)->lpVtbl->GetEditInvitation(This,ppszName)
#define IPropertyDescription2_GetTypeFlags(This,mask,ppdtFlags) (This)->lpVtbl->GetTypeFlags(This,mask,ppdtFlags)
#define IPropertyDescription2_GetViewFlags(This,ppdvFlags) (This)->lpVtbl->GetViewFlags(This,ppdvFlags)
#define IPropertyDescription2_GetDefaultColumnWidth(This,pcxChars) (This)->lpVtbl->GetDefaultColumnWidth(This,pcxChars)
#define IPropertyDescription2_GetDisplayType(This,pdisplaytype) (This)->lpVtbl->GetDisplayType(This,pdisplaytype)
#define IPropertyDescription2_GetColumnState(This,pcsFlags) (This)->lpVtbl->GetColumnState(This,pcsFlags)
#define IPropertyDescription2_GetGroupingRange(This,psd) (This)->lpVtbl->GetGroupingRange(This,psd)
#define IPropertyDescription2_GetRelativeDescriptionType(This,prdt) (This)->lpVtbl->GetRelativeDescriptionType(This,prdt)
#define IPropertyDescription2_GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2) (This)->lpVtbl->GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2)
#define IPropertyDescription2_GetSortDescription(This,psd) (This)->lpVtbl->GetSortDescription(This,psd)
#define IPropertyDescription2_GetSortDescriptionLabel(This,fDescending,ppszDescription) (This)->lpVtbl->GetSortDescriptionLabel(This,fDescending,ppszDescription)
#define IPropertyDescription2_GetAggregationType(This,paggtype) (This)->lpVtbl->GetAggregationType(This,paggtype)
#define IPropertyDescription2_GetConditionType(This,pcontype,popDefault) (This)->lpVtbl->GetConditionType(This,pcontype,popDefault)
#define IPropertyDescription2_GetEnumTypeList(This,riid,ppv) (This)->lpVtbl->GetEnumTypeList(This,riid,ppv)
#define IPropertyDescription2_CoerceToCanonicalValue(This,propvar) (This)->lpVtbl->CoerceToCanonicalValue(This,propvar)
#define IPropertyDescription2_FormatForDisplay(This,propvar,flags,ppszDisplay) (This)->lpVtbl->FormatForDisplay(This,propvar,flags,ppszDisplay)
#define IPropertyDescription2_IsValueCanonical(This,propvar) (This)->lpVtbl->IsValueCanonical(This,propvar)
/*** IPropertyDescription2 methods ***/
#define IPropertyDescription2_GetImageReferenceForValue(This,propvar,ppszImageRes) (This)->lpVtbl->GetImageReferenceForValue(This,propvar,ppszImageRes)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyDescription2_GetImageReferenceForValue_Proxy(
IPropertyDescription2* This,
REFPROPVARIANT propvar,
LPWSTR *ppszImageRes);
void __RPC_STUB IPropertyDescription2_GetImageReferenceForValue_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyDescription2_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyDescriptionAliasInfo interface
*/
#ifndef __IPropertyDescriptionAliasInfo_INTERFACE_DEFINED__
#define __IPropertyDescriptionAliasInfo_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyDescriptionAliasInfo, 0xf67104fc, 0x2af9, 0x46fd, 0xb3,0x2d, 0x24,0x3c,0x14,0x04,0xf3,0xd1);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("f67104fc-2af9-46fd-b32d-243c1404f3d1")
IPropertyDescriptionAliasInfo : public IPropertyDescription
{
virtual HRESULT STDMETHODCALLTYPE GetSortByAlias(
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE GetAdditionalSortByAliases(
REFIID riid,
void **ppv) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyDescriptionAliasInfo, 0xf67104fc, 0x2af9, 0x46fd, 0xb3,0x2d, 0x24,0x3c,0x14,0x04,0xf3,0xd1)
#endif
#else
typedef struct IPropertyDescriptionAliasInfoVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyDescriptionAliasInfo* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyDescriptionAliasInfo* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyDescriptionAliasInfo* This);
/*** IPropertyDescription methods ***/
HRESULT (STDMETHODCALLTYPE *GetPropertyKey)(
IPropertyDescriptionAliasInfo* This,
PROPERTYKEY *pkey);
HRESULT (STDMETHODCALLTYPE *GetCanonicalName)(
IPropertyDescriptionAliasInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetPropertyType)(
IPropertyDescriptionAliasInfo* This,
VARTYPE *pvartype);
HRESULT (STDMETHODCALLTYPE *GetDisplayName)(
IPropertyDescriptionAliasInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetEditInvitation)(
IPropertyDescriptionAliasInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetTypeFlags)(
IPropertyDescriptionAliasInfo* This,
PROPDESC_TYPE_FLAGS mask,
PROPDESC_TYPE_FLAGS *ppdtFlags);
HRESULT (STDMETHODCALLTYPE *GetViewFlags)(
IPropertyDescriptionAliasInfo* This,
PROPDESC_VIEW_FLAGS *ppdvFlags);
HRESULT (STDMETHODCALLTYPE *GetDefaultColumnWidth)(
IPropertyDescriptionAliasInfo* This,
UINT *pcxChars);
HRESULT (STDMETHODCALLTYPE *GetDisplayType)(
IPropertyDescriptionAliasInfo* This,
PROPDESC_DISPLAYTYPE *pdisplaytype);
HRESULT (STDMETHODCALLTYPE *GetColumnState)(
IPropertyDescriptionAliasInfo* This,
SHCOLSTATEF *pcsFlags);
HRESULT (STDMETHODCALLTYPE *GetGroupingRange)(
IPropertyDescriptionAliasInfo* This,
PROPDESC_GROUPING_RANGE *psd);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescriptionType)(
IPropertyDescriptionAliasInfo* This,
PROPDESC_RELATIVEDESCRIPTION_TYPE *prdt);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescription)(
IPropertyDescriptionAliasInfo* This,
REFPROPVARIANT propvar1,
REFPROPVARIANT propvar2,
LPWSTR *ppszDesc1,
LPWSTR *ppszDesc2);
HRESULT (STDMETHODCALLTYPE *GetSortDescription)(
IPropertyDescriptionAliasInfo* This,
PROPDESC_SORTDESCRIPTION *psd);
HRESULT (STDMETHODCALLTYPE *GetSortDescriptionLabel)(
IPropertyDescriptionAliasInfo* This,
WINBOOL fDescending,
LPWSTR *ppszDescription);
HRESULT (STDMETHODCALLTYPE *GetAggregationType)(
IPropertyDescriptionAliasInfo* This,
PROPDESC_AGGREGATION_TYPE *paggtype);
HRESULT (STDMETHODCALLTYPE *GetConditionType)(
IPropertyDescriptionAliasInfo* This,
PROPDESC_CONDITION_TYPE *pcontype,
CONDITION_OPERATION *popDefault);
HRESULT (STDMETHODCALLTYPE *GetEnumTypeList)(
IPropertyDescriptionAliasInfo* This,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *CoerceToCanonicalValue)(
IPropertyDescriptionAliasInfo* This,
PROPVARIANT *propvar);
HRESULT (STDMETHODCALLTYPE *FormatForDisplay)(
IPropertyDescriptionAliasInfo* This,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS flags,
LPWSTR *ppszDisplay);
HRESULT (STDMETHODCALLTYPE *IsValueCanonical)(
IPropertyDescriptionAliasInfo* This,
REFPROPVARIANT propvar);
/*** IPropertyDescriptionAliasInfo methods ***/
HRESULT (STDMETHODCALLTYPE *GetSortByAlias)(
IPropertyDescriptionAliasInfo* This,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *GetAdditionalSortByAliases)(
IPropertyDescriptionAliasInfo* This,
REFIID riid,
void **ppv);
END_INTERFACE
} IPropertyDescriptionAliasInfoVtbl;
interface IPropertyDescriptionAliasInfo {
CONST_VTBL IPropertyDescriptionAliasInfoVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyDescriptionAliasInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyDescriptionAliasInfo_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyDescriptionAliasInfo_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyDescription methods ***/
#define IPropertyDescriptionAliasInfo_GetPropertyKey(This,pkey) (This)->lpVtbl->GetPropertyKey(This,pkey)
#define IPropertyDescriptionAliasInfo_GetCanonicalName(This,ppszName) (This)->lpVtbl->GetCanonicalName(This,ppszName)
#define IPropertyDescriptionAliasInfo_GetPropertyType(This,pvartype) (This)->lpVtbl->GetPropertyType(This,pvartype)
#define IPropertyDescriptionAliasInfo_GetDisplayName(This,ppszName) (This)->lpVtbl->GetDisplayName(This,ppszName)
#define IPropertyDescriptionAliasInfo_GetEditInvitation(This,ppszName) (This)->lpVtbl->GetEditInvitation(This,ppszName)
#define IPropertyDescriptionAliasInfo_GetTypeFlags(This,mask,ppdtFlags) (This)->lpVtbl->GetTypeFlags(This,mask,ppdtFlags)
#define IPropertyDescriptionAliasInfo_GetViewFlags(This,ppdvFlags) (This)->lpVtbl->GetViewFlags(This,ppdvFlags)
#define IPropertyDescriptionAliasInfo_GetDefaultColumnWidth(This,pcxChars) (This)->lpVtbl->GetDefaultColumnWidth(This,pcxChars)
#define IPropertyDescriptionAliasInfo_GetDisplayType(This,pdisplaytype) (This)->lpVtbl->GetDisplayType(This,pdisplaytype)
#define IPropertyDescriptionAliasInfo_GetColumnState(This,pcsFlags) (This)->lpVtbl->GetColumnState(This,pcsFlags)
#define IPropertyDescriptionAliasInfo_GetGroupingRange(This,psd) (This)->lpVtbl->GetGroupingRange(This,psd)
#define IPropertyDescriptionAliasInfo_GetRelativeDescriptionType(This,prdt) (This)->lpVtbl->GetRelativeDescriptionType(This,prdt)
#define IPropertyDescriptionAliasInfo_GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2) (This)->lpVtbl->GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2)
#define IPropertyDescriptionAliasInfo_GetSortDescription(This,psd) (This)->lpVtbl->GetSortDescription(This,psd)
#define IPropertyDescriptionAliasInfo_GetSortDescriptionLabel(This,fDescending,ppszDescription) (This)->lpVtbl->GetSortDescriptionLabel(This,fDescending,ppszDescription)
#define IPropertyDescriptionAliasInfo_GetAggregationType(This,paggtype) (This)->lpVtbl->GetAggregationType(This,paggtype)
#define IPropertyDescriptionAliasInfo_GetConditionType(This,pcontype,popDefault) (This)->lpVtbl->GetConditionType(This,pcontype,popDefault)
#define IPropertyDescriptionAliasInfo_GetEnumTypeList(This,riid,ppv) (This)->lpVtbl->GetEnumTypeList(This,riid,ppv)
#define IPropertyDescriptionAliasInfo_CoerceToCanonicalValue(This,propvar) (This)->lpVtbl->CoerceToCanonicalValue(This,propvar)
#define IPropertyDescriptionAliasInfo_FormatForDisplay(This,propvar,flags,ppszDisplay) (This)->lpVtbl->FormatForDisplay(This,propvar,flags,ppszDisplay)
#define IPropertyDescriptionAliasInfo_IsValueCanonical(This,propvar) (This)->lpVtbl->IsValueCanonical(This,propvar)
/*** IPropertyDescriptionAliasInfo methods ***/
#define IPropertyDescriptionAliasInfo_GetSortByAlias(This,riid,ppv) (This)->lpVtbl->GetSortByAlias(This,riid,ppv)
#define IPropertyDescriptionAliasInfo_GetAdditionalSortByAliases(This,riid,ppv) (This)->lpVtbl->GetAdditionalSortByAliases(This,riid,ppv)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyDescriptionAliasInfo_GetSortByAlias_Proxy(
IPropertyDescriptionAliasInfo* This,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyDescriptionAliasInfo_GetSortByAlias_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescriptionAliasInfo_GetAdditionalSortByAliases_Proxy(
IPropertyDescriptionAliasInfo* This,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyDescriptionAliasInfo_GetAdditionalSortByAliases_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyDescriptionAliasInfo_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyDescriptionSearchInfo interface
*/
#ifndef __IPropertyDescriptionSearchInfo_INTERFACE_DEFINED__
#define __IPropertyDescriptionSearchInfo_INTERFACE_DEFINED__
typedef enum PROPDESC_SEARCHINFO_FLAGS {
PDSIF_DEFAULT = 0x0,
PDSIF_ININVERTEDINDEX = 0x1,
PDSIF_ISCOLUMN = 0x2,
PDSIF_ISCOLUMNSPARSE = 0x4,
PDSIF_ALWAYSINCLUDE = 0x8
} PROPDESC_SEARCHINFO_FLAGS;
DEFINE_ENUM_FLAG_OPERATORS(PROPDESC_SEARCHINFO_FLAGS)
typedef enum PROPDESC_COLUMNINDEX_TYPE {
PDCIT_NONE = 0,
PDCIT_ONDISK = 1,
PDCIT_INMEMORY = 2,
PDCIT_ONDEMAND = 3,
PDCIT_ONDISKALL = 4,
PDCIT_ONDISKVECTOR = 5
} PROPDESC_COLUMNINDEX_TYPE;
DEFINE_GUID(IID_IPropertyDescriptionSearchInfo, 0x078f91bd, 0x29a2, 0x440f, 0x92,0x4e, 0x46,0xa2,0x91,0x52,0x45,0x20);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("078f91bd-29a2-440f-924e-46a291524520")
IPropertyDescriptionSearchInfo : public IPropertyDescription
{
virtual HRESULT STDMETHODCALLTYPE GetSearchInfoFlags(
PROPDESC_SEARCHINFO_FLAGS *ppdsiFlags) = 0;
virtual HRESULT STDMETHODCALLTYPE GetColumnIndexType(
PROPDESC_COLUMNINDEX_TYPE *ppdciType) = 0;
virtual HRESULT STDMETHODCALLTYPE GetProjectionString(
LPWSTR *ppszProjection) = 0;
virtual HRESULT STDMETHODCALLTYPE GetMaxSize(
UINT *pcbMaxSize) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyDescriptionSearchInfo, 0x078f91bd, 0x29a2, 0x440f, 0x92,0x4e, 0x46,0xa2,0x91,0x52,0x45,0x20)
#endif
#else
typedef struct IPropertyDescriptionSearchInfoVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyDescriptionSearchInfo* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyDescriptionSearchInfo* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyDescriptionSearchInfo* This);
/*** IPropertyDescription methods ***/
HRESULT (STDMETHODCALLTYPE *GetPropertyKey)(
IPropertyDescriptionSearchInfo* This,
PROPERTYKEY *pkey);
HRESULT (STDMETHODCALLTYPE *GetCanonicalName)(
IPropertyDescriptionSearchInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetPropertyType)(
IPropertyDescriptionSearchInfo* This,
VARTYPE *pvartype);
HRESULT (STDMETHODCALLTYPE *GetDisplayName)(
IPropertyDescriptionSearchInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetEditInvitation)(
IPropertyDescriptionSearchInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetTypeFlags)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_TYPE_FLAGS mask,
PROPDESC_TYPE_FLAGS *ppdtFlags);
HRESULT (STDMETHODCALLTYPE *GetViewFlags)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_VIEW_FLAGS *ppdvFlags);
HRESULT (STDMETHODCALLTYPE *GetDefaultColumnWidth)(
IPropertyDescriptionSearchInfo* This,
UINT *pcxChars);
HRESULT (STDMETHODCALLTYPE *GetDisplayType)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_DISPLAYTYPE *pdisplaytype);
HRESULT (STDMETHODCALLTYPE *GetColumnState)(
IPropertyDescriptionSearchInfo* This,
SHCOLSTATEF *pcsFlags);
HRESULT (STDMETHODCALLTYPE *GetGroupingRange)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_GROUPING_RANGE *psd);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescriptionType)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_RELATIVEDESCRIPTION_TYPE *prdt);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescription)(
IPropertyDescriptionSearchInfo* This,
REFPROPVARIANT propvar1,
REFPROPVARIANT propvar2,
LPWSTR *ppszDesc1,
LPWSTR *ppszDesc2);
HRESULT (STDMETHODCALLTYPE *GetSortDescription)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_SORTDESCRIPTION *psd);
HRESULT (STDMETHODCALLTYPE *GetSortDescriptionLabel)(
IPropertyDescriptionSearchInfo* This,
WINBOOL fDescending,
LPWSTR *ppszDescription);
HRESULT (STDMETHODCALLTYPE *GetAggregationType)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_AGGREGATION_TYPE *paggtype);
HRESULT (STDMETHODCALLTYPE *GetConditionType)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_CONDITION_TYPE *pcontype,
CONDITION_OPERATION *popDefault);
HRESULT (STDMETHODCALLTYPE *GetEnumTypeList)(
IPropertyDescriptionSearchInfo* This,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *CoerceToCanonicalValue)(
IPropertyDescriptionSearchInfo* This,
PROPVARIANT *propvar);
HRESULT (STDMETHODCALLTYPE *FormatForDisplay)(
IPropertyDescriptionSearchInfo* This,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS flags,
LPWSTR *ppszDisplay);
HRESULT (STDMETHODCALLTYPE *IsValueCanonical)(
IPropertyDescriptionSearchInfo* This,
REFPROPVARIANT propvar);
/*** IPropertyDescriptionSearchInfo methods ***/
HRESULT (STDMETHODCALLTYPE *GetSearchInfoFlags)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_SEARCHINFO_FLAGS *ppdsiFlags);
HRESULT (STDMETHODCALLTYPE *GetColumnIndexType)(
IPropertyDescriptionSearchInfo* This,
PROPDESC_COLUMNINDEX_TYPE *ppdciType);
HRESULT (STDMETHODCALLTYPE *GetProjectionString)(
IPropertyDescriptionSearchInfo* This,
LPWSTR *ppszProjection);
HRESULT (STDMETHODCALLTYPE *GetMaxSize)(
IPropertyDescriptionSearchInfo* This,
UINT *pcbMaxSize);
END_INTERFACE
} IPropertyDescriptionSearchInfoVtbl;
interface IPropertyDescriptionSearchInfo {
CONST_VTBL IPropertyDescriptionSearchInfoVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyDescriptionSearchInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyDescriptionSearchInfo_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyDescriptionSearchInfo_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyDescription methods ***/
#define IPropertyDescriptionSearchInfo_GetPropertyKey(This,pkey) (This)->lpVtbl->GetPropertyKey(This,pkey)
#define IPropertyDescriptionSearchInfo_GetCanonicalName(This,ppszName) (This)->lpVtbl->GetCanonicalName(This,ppszName)
#define IPropertyDescriptionSearchInfo_GetPropertyType(This,pvartype) (This)->lpVtbl->GetPropertyType(This,pvartype)
#define IPropertyDescriptionSearchInfo_GetDisplayName(This,ppszName) (This)->lpVtbl->GetDisplayName(This,ppszName)
#define IPropertyDescriptionSearchInfo_GetEditInvitation(This,ppszName) (This)->lpVtbl->GetEditInvitation(This,ppszName)
#define IPropertyDescriptionSearchInfo_GetTypeFlags(This,mask,ppdtFlags) (This)->lpVtbl->GetTypeFlags(This,mask,ppdtFlags)
#define IPropertyDescriptionSearchInfo_GetViewFlags(This,ppdvFlags) (This)->lpVtbl->GetViewFlags(This,ppdvFlags)
#define IPropertyDescriptionSearchInfo_GetDefaultColumnWidth(This,pcxChars) (This)->lpVtbl->GetDefaultColumnWidth(This,pcxChars)
#define IPropertyDescriptionSearchInfo_GetDisplayType(This,pdisplaytype) (This)->lpVtbl->GetDisplayType(This,pdisplaytype)
#define IPropertyDescriptionSearchInfo_GetColumnState(This,pcsFlags) (This)->lpVtbl->GetColumnState(This,pcsFlags)
#define IPropertyDescriptionSearchInfo_GetGroupingRange(This,psd) (This)->lpVtbl->GetGroupingRange(This,psd)
#define IPropertyDescriptionSearchInfo_GetRelativeDescriptionType(This,prdt) (This)->lpVtbl->GetRelativeDescriptionType(This,prdt)
#define IPropertyDescriptionSearchInfo_GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2) (This)->lpVtbl->GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2)
#define IPropertyDescriptionSearchInfo_GetSortDescription(This,psd) (This)->lpVtbl->GetSortDescription(This,psd)
#define IPropertyDescriptionSearchInfo_GetSortDescriptionLabel(This,fDescending,ppszDescription) (This)->lpVtbl->GetSortDescriptionLabel(This,fDescending,ppszDescription)
#define IPropertyDescriptionSearchInfo_GetAggregationType(This,paggtype) (This)->lpVtbl->GetAggregationType(This,paggtype)
#define IPropertyDescriptionSearchInfo_GetConditionType(This,pcontype,popDefault) (This)->lpVtbl->GetConditionType(This,pcontype,popDefault)
#define IPropertyDescriptionSearchInfo_GetEnumTypeList(This,riid,ppv) (This)->lpVtbl->GetEnumTypeList(This,riid,ppv)
#define IPropertyDescriptionSearchInfo_CoerceToCanonicalValue(This,propvar) (This)->lpVtbl->CoerceToCanonicalValue(This,propvar)
#define IPropertyDescriptionSearchInfo_FormatForDisplay(This,propvar,flags,ppszDisplay) (This)->lpVtbl->FormatForDisplay(This,propvar,flags,ppszDisplay)
#define IPropertyDescriptionSearchInfo_IsValueCanonical(This,propvar) (This)->lpVtbl->IsValueCanonical(This,propvar)
/*** IPropertyDescriptionSearchInfo methods ***/
#define IPropertyDescriptionSearchInfo_GetSearchInfoFlags(This,ppdsiFlags) (This)->lpVtbl->GetSearchInfoFlags(This,ppdsiFlags)
#define IPropertyDescriptionSearchInfo_GetColumnIndexType(This,ppdciType) (This)->lpVtbl->GetColumnIndexType(This,ppdciType)
#define IPropertyDescriptionSearchInfo_GetProjectionString(This,ppszProjection) (This)->lpVtbl->GetProjectionString(This,ppszProjection)
#define IPropertyDescriptionSearchInfo_GetMaxSize(This,pcbMaxSize) (This)->lpVtbl->GetMaxSize(This,pcbMaxSize)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyDescriptionSearchInfo_GetSearchInfoFlags_Proxy(
IPropertyDescriptionSearchInfo* This,
PROPDESC_SEARCHINFO_FLAGS *ppdsiFlags);
void __RPC_STUB IPropertyDescriptionSearchInfo_GetSearchInfoFlags_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescriptionSearchInfo_GetColumnIndexType_Proxy(
IPropertyDescriptionSearchInfo* This,
PROPDESC_COLUMNINDEX_TYPE *ppdciType);
void __RPC_STUB IPropertyDescriptionSearchInfo_GetColumnIndexType_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescriptionSearchInfo_GetProjectionString_Proxy(
IPropertyDescriptionSearchInfo* This,
LPWSTR *ppszProjection);
void __RPC_STUB IPropertyDescriptionSearchInfo_GetProjectionString_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescriptionSearchInfo_GetMaxSize_Proxy(
IPropertyDescriptionSearchInfo* This,
UINT *pcbMaxSize);
void __RPC_STUB IPropertyDescriptionSearchInfo_GetMaxSize_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyDescriptionSearchInfo_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyDescriptionRelatedPropertyInfo interface
*/
#ifndef __IPropertyDescriptionRelatedPropertyInfo_INTERFACE_DEFINED__
#define __IPropertyDescriptionRelatedPropertyInfo_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyDescriptionRelatedPropertyInfo, 0x507393f4, 0x2a3d, 0x4a60, 0xb5,0x9e, 0xd9,0xc7,0x57,0x16,0xc2,0xdd);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("507393f4-2a3d-4a60-b59e-d9c75716c2dd")
IPropertyDescriptionRelatedPropertyInfo : public IPropertyDescription
{
virtual HRESULT STDMETHODCALLTYPE GetRelatedProperty(
LPCWSTR ppszRelationshipName,
REFIID riid,
void **ppv) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyDescriptionRelatedPropertyInfo, 0x507393f4, 0x2a3d, 0x4a60, 0xb5,0x9e, 0xd9,0xc7,0x57,0x16,0xc2,0xdd)
#endif
#else
typedef struct IPropertyDescriptionRelatedPropertyInfoVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyDescriptionRelatedPropertyInfo* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyDescriptionRelatedPropertyInfo* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyDescriptionRelatedPropertyInfo* This);
/*** IPropertyDescription methods ***/
HRESULT (STDMETHODCALLTYPE *GetPropertyKey)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPERTYKEY *pkey);
HRESULT (STDMETHODCALLTYPE *GetCanonicalName)(
IPropertyDescriptionRelatedPropertyInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetPropertyType)(
IPropertyDescriptionRelatedPropertyInfo* This,
VARTYPE *pvartype);
HRESULT (STDMETHODCALLTYPE *GetDisplayName)(
IPropertyDescriptionRelatedPropertyInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetEditInvitation)(
IPropertyDescriptionRelatedPropertyInfo* This,
LPWSTR *ppszName);
HRESULT (STDMETHODCALLTYPE *GetTypeFlags)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPDESC_TYPE_FLAGS mask,
PROPDESC_TYPE_FLAGS *ppdtFlags);
HRESULT (STDMETHODCALLTYPE *GetViewFlags)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPDESC_VIEW_FLAGS *ppdvFlags);
HRESULT (STDMETHODCALLTYPE *GetDefaultColumnWidth)(
IPropertyDescriptionRelatedPropertyInfo* This,
UINT *pcxChars);
HRESULT (STDMETHODCALLTYPE *GetDisplayType)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPDESC_DISPLAYTYPE *pdisplaytype);
HRESULT (STDMETHODCALLTYPE *GetColumnState)(
IPropertyDescriptionRelatedPropertyInfo* This,
SHCOLSTATEF *pcsFlags);
HRESULT (STDMETHODCALLTYPE *GetGroupingRange)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPDESC_GROUPING_RANGE *psd);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescriptionType)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPDESC_RELATIVEDESCRIPTION_TYPE *prdt);
HRESULT (STDMETHODCALLTYPE *GetRelativeDescription)(
IPropertyDescriptionRelatedPropertyInfo* This,
REFPROPVARIANT propvar1,
REFPROPVARIANT propvar2,
LPWSTR *ppszDesc1,
LPWSTR *ppszDesc2);
HRESULT (STDMETHODCALLTYPE *GetSortDescription)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPDESC_SORTDESCRIPTION *psd);
HRESULT (STDMETHODCALLTYPE *GetSortDescriptionLabel)(
IPropertyDescriptionRelatedPropertyInfo* This,
WINBOOL fDescending,
LPWSTR *ppszDescription);
HRESULT (STDMETHODCALLTYPE *GetAggregationType)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPDESC_AGGREGATION_TYPE *paggtype);
HRESULT (STDMETHODCALLTYPE *GetConditionType)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPDESC_CONDITION_TYPE *pcontype,
CONDITION_OPERATION *popDefault);
HRESULT (STDMETHODCALLTYPE *GetEnumTypeList)(
IPropertyDescriptionRelatedPropertyInfo* This,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *CoerceToCanonicalValue)(
IPropertyDescriptionRelatedPropertyInfo* This,
PROPVARIANT *propvar);
HRESULT (STDMETHODCALLTYPE *FormatForDisplay)(
IPropertyDescriptionRelatedPropertyInfo* This,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS flags,
LPWSTR *ppszDisplay);
HRESULT (STDMETHODCALLTYPE *IsValueCanonical)(
IPropertyDescriptionRelatedPropertyInfo* This,
REFPROPVARIANT propvar);
/*** IPropertyDescriptionRelatedPropertyInfo methods ***/
HRESULT (STDMETHODCALLTYPE *GetRelatedProperty)(
IPropertyDescriptionRelatedPropertyInfo* This,
LPCWSTR ppszRelationshipName,
REFIID riid,
void **ppv);
END_INTERFACE
} IPropertyDescriptionRelatedPropertyInfoVtbl;
interface IPropertyDescriptionRelatedPropertyInfo {
CONST_VTBL IPropertyDescriptionRelatedPropertyInfoVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyDescriptionRelatedPropertyInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyDescriptionRelatedPropertyInfo_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyDescriptionRelatedPropertyInfo_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyDescription methods ***/
#define IPropertyDescriptionRelatedPropertyInfo_GetPropertyKey(This,pkey) (This)->lpVtbl->GetPropertyKey(This,pkey)
#define IPropertyDescriptionRelatedPropertyInfo_GetCanonicalName(This,ppszName) (This)->lpVtbl->GetCanonicalName(This,ppszName)
#define IPropertyDescriptionRelatedPropertyInfo_GetPropertyType(This,pvartype) (This)->lpVtbl->GetPropertyType(This,pvartype)
#define IPropertyDescriptionRelatedPropertyInfo_GetDisplayName(This,ppszName) (This)->lpVtbl->GetDisplayName(This,ppszName)
#define IPropertyDescriptionRelatedPropertyInfo_GetEditInvitation(This,ppszName) (This)->lpVtbl->GetEditInvitation(This,ppszName)
#define IPropertyDescriptionRelatedPropertyInfo_GetTypeFlags(This,mask,ppdtFlags) (This)->lpVtbl->GetTypeFlags(This,mask,ppdtFlags)
#define IPropertyDescriptionRelatedPropertyInfo_GetViewFlags(This,ppdvFlags) (This)->lpVtbl->GetViewFlags(This,ppdvFlags)
#define IPropertyDescriptionRelatedPropertyInfo_GetDefaultColumnWidth(This,pcxChars) (This)->lpVtbl->GetDefaultColumnWidth(This,pcxChars)
#define IPropertyDescriptionRelatedPropertyInfo_GetDisplayType(This,pdisplaytype) (This)->lpVtbl->GetDisplayType(This,pdisplaytype)
#define IPropertyDescriptionRelatedPropertyInfo_GetColumnState(This,pcsFlags) (This)->lpVtbl->GetColumnState(This,pcsFlags)
#define IPropertyDescriptionRelatedPropertyInfo_GetGroupingRange(This,psd) (This)->lpVtbl->GetGroupingRange(This,psd)
#define IPropertyDescriptionRelatedPropertyInfo_GetRelativeDescriptionType(This,prdt) (This)->lpVtbl->GetRelativeDescriptionType(This,prdt)
#define IPropertyDescriptionRelatedPropertyInfo_GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2) (This)->lpVtbl->GetRelativeDescription(This,propvar1,propvar2,ppszDesc1,ppszDesc2)
#define IPropertyDescriptionRelatedPropertyInfo_GetSortDescription(This,psd) (This)->lpVtbl->GetSortDescription(This,psd)
#define IPropertyDescriptionRelatedPropertyInfo_GetSortDescriptionLabel(This,fDescending,ppszDescription) (This)->lpVtbl->GetSortDescriptionLabel(This,fDescending,ppszDescription)
#define IPropertyDescriptionRelatedPropertyInfo_GetAggregationType(This,paggtype) (This)->lpVtbl->GetAggregationType(This,paggtype)
#define IPropertyDescriptionRelatedPropertyInfo_GetConditionType(This,pcontype,popDefault) (This)->lpVtbl->GetConditionType(This,pcontype,popDefault)
#define IPropertyDescriptionRelatedPropertyInfo_GetEnumTypeList(This,riid,ppv) (This)->lpVtbl->GetEnumTypeList(This,riid,ppv)
#define IPropertyDescriptionRelatedPropertyInfo_CoerceToCanonicalValue(This,propvar) (This)->lpVtbl->CoerceToCanonicalValue(This,propvar)
#define IPropertyDescriptionRelatedPropertyInfo_FormatForDisplay(This,propvar,flags,ppszDisplay) (This)->lpVtbl->FormatForDisplay(This,propvar,flags,ppszDisplay)
#define IPropertyDescriptionRelatedPropertyInfo_IsValueCanonical(This,propvar) (This)->lpVtbl->IsValueCanonical(This,propvar)
/*** IPropertyDescriptionRelatedPropertyInfo methods ***/
#define IPropertyDescriptionRelatedPropertyInfo_GetRelatedProperty(This,ppszRelationshipName,riid,ppv) (This)->lpVtbl->GetRelatedProperty(This,ppszRelationshipName,riid,ppv)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyDescriptionRelatedPropertyInfo_GetRelatedProperty_Proxy(
IPropertyDescriptionRelatedPropertyInfo* This,
LPCWSTR ppszRelationshipName,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyDescriptionRelatedPropertyInfo_GetRelatedProperty_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyDescriptionRelatedPropertyInfo_INTERFACE_DEFINED__ */
typedef enum PROPDESC_ENUMFILTER {
PDEF_ALL = 0,
PDEF_SYSTEM = 1,
PDEF_NONSYSTEM = 2,
PDEF_VIEWABLE = 3,
PDEF_QUERYABLE = 4,
PDEF_INFULLTEXTQUERY = 5,
PDEF_COLUMN = 6
} PROPDESC_ENUMFILTER;
/*****************************************************************************
* IPropertySystem interface
*/
#ifndef __IPropertySystem_INTERFACE_DEFINED__
#define __IPropertySystem_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertySystem, 0xca724e8a, 0xc3e6, 0x442b, 0x88,0xa4, 0x6f,0xb0,0xdb,0x80,0x35,0xa3);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("ca724e8a-c3e6-442b-88a4-6fb0db8035a3")
IPropertySystem : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetPropertyDescription(
REFPROPERTYKEY propkey,
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPropertyDescriptionByName(
LPCWSTR pszCanonicalName,
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPropertyDescriptionListFromString(
LPCWSTR pszPropList,
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE EnumeratePropertyDescriptions(
PROPDESC_ENUMFILTER filterOn,
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE FormatForDisplay(
REFPROPERTYKEY key,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS pdff,
LPWSTR pszText,
DWORD cchText) = 0;
virtual HRESULT STDMETHODCALLTYPE FormatForDisplayAlloc(
REFPROPERTYKEY key,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS pdff,
LPWSTR *pszText) = 0;
virtual HRESULT STDMETHODCALLTYPE RegisterPropertySchema(
LPCWSTR pszPath) = 0;
virtual HRESULT STDMETHODCALLTYPE UnregisterPropertySchema(
LPCWSTR pszPath) = 0;
virtual HRESULT STDMETHODCALLTYPE RefreshPropertySchema(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertySystem, 0xca724e8a, 0xc3e6, 0x442b, 0x88,0xa4, 0x6f,0xb0,0xdb,0x80,0x35,0xa3)
#endif
#else
typedef struct IPropertySystemVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertySystem* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertySystem* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertySystem* This);
/*** IPropertySystem methods ***/
HRESULT (STDMETHODCALLTYPE *GetPropertyDescription)(
IPropertySystem* This,
REFPROPERTYKEY propkey,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *GetPropertyDescriptionByName)(
IPropertySystem* This,
LPCWSTR pszCanonicalName,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *GetPropertyDescriptionListFromString)(
IPropertySystem* This,
LPCWSTR pszPropList,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *EnumeratePropertyDescriptions)(
IPropertySystem* This,
PROPDESC_ENUMFILTER filterOn,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *FormatForDisplay)(
IPropertySystem* This,
REFPROPERTYKEY key,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS pdff,
LPWSTR pszText,
DWORD cchText);
HRESULT (STDMETHODCALLTYPE *FormatForDisplayAlloc)(
IPropertySystem* This,
REFPROPERTYKEY key,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS pdff,
LPWSTR *pszText);
HRESULT (STDMETHODCALLTYPE *RegisterPropertySchema)(
IPropertySystem* This,
LPCWSTR pszPath);
HRESULT (STDMETHODCALLTYPE *UnregisterPropertySchema)(
IPropertySystem* This,
LPCWSTR pszPath);
HRESULT (STDMETHODCALLTYPE *RefreshPropertySchema)(
IPropertySystem* This);
END_INTERFACE
} IPropertySystemVtbl;
interface IPropertySystem {
CONST_VTBL IPropertySystemVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertySystem_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertySystem_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertySystem_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertySystem methods ***/
#define IPropertySystem_GetPropertyDescription(This,propkey,riid,ppv) (This)->lpVtbl->GetPropertyDescription(This,propkey,riid,ppv)
#define IPropertySystem_GetPropertyDescriptionByName(This,pszCanonicalName,riid,ppv) (This)->lpVtbl->GetPropertyDescriptionByName(This,pszCanonicalName,riid,ppv)
#define IPropertySystem_GetPropertyDescriptionListFromString(This,pszPropList,riid,ppv) (This)->lpVtbl->GetPropertyDescriptionListFromString(This,pszPropList,riid,ppv)
#define IPropertySystem_EnumeratePropertyDescriptions(This,filterOn,riid,ppv) (This)->lpVtbl->EnumeratePropertyDescriptions(This,filterOn,riid,ppv)
#define IPropertySystem_FormatForDisplay(This,key,propvar,pdff,pszText,cchText) (This)->lpVtbl->FormatForDisplay(This,key,propvar,pdff,pszText,cchText)
#define IPropertySystem_FormatForDisplayAlloc(This,key,propvar,pdff,pszText) (This)->lpVtbl->FormatForDisplayAlloc(This,key,propvar,pdff,pszText)
#define IPropertySystem_RegisterPropertySchema(This,pszPath) (This)->lpVtbl->RegisterPropertySchema(This,pszPath)
#define IPropertySystem_UnregisterPropertySchema(This,pszPath) (This)->lpVtbl->UnregisterPropertySchema(This,pszPath)
#define IPropertySystem_RefreshPropertySchema(This) (This)->lpVtbl->RefreshPropertySchema(This)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertySystem_GetPropertyDescription_Proxy(
IPropertySystem* This,
REFPROPERTYKEY propkey,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertySystem_GetPropertyDescription_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertySystem_GetPropertyDescriptionByName_Proxy(
IPropertySystem* This,
LPCWSTR pszCanonicalName,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertySystem_GetPropertyDescriptionByName_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertySystem_GetPropertyDescriptionListFromString_Proxy(
IPropertySystem* This,
LPCWSTR pszPropList,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertySystem_GetPropertyDescriptionListFromString_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertySystem_EnumeratePropertyDescriptions_Proxy(
IPropertySystem* This,
PROPDESC_ENUMFILTER filterOn,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertySystem_EnumeratePropertyDescriptions_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertySystem_FormatForDisplay_Proxy(
IPropertySystem* This,
REFPROPERTYKEY key,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS pdff,
LPWSTR pszText,
DWORD cchText);
void __RPC_STUB IPropertySystem_FormatForDisplay_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertySystem_FormatForDisplayAlloc_Proxy(
IPropertySystem* This,
REFPROPERTYKEY key,
REFPROPVARIANT propvar,
PROPDESC_FORMAT_FLAGS pdff,
LPWSTR *pszText);
void __RPC_STUB IPropertySystem_FormatForDisplayAlloc_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertySystem_RegisterPropertySchema_Proxy(
IPropertySystem* This,
LPCWSTR pszPath);
void __RPC_STUB IPropertySystem_RegisterPropertySchema_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertySystem_UnregisterPropertySchema_Proxy(
IPropertySystem* This,
LPCWSTR pszPath);
void __RPC_STUB IPropertySystem_UnregisterPropertySchema_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertySystem_RefreshPropertySchema_Proxy(
IPropertySystem* This);
void __RPC_STUB IPropertySystem_RefreshPropertySchema_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertySystem_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyDescriptionList interface
*/
#ifndef __IPropertyDescriptionList_INTERFACE_DEFINED__
#define __IPropertyDescriptionList_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyDescriptionList, 0x1f9fc1d0, 0xc39b, 0x4b26, 0x81,0x7f, 0x01,0x19,0x67,0xd3,0x44,0x0e);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("1f9fc1d0-c39b-4b26-817f-011967d3440e")
IPropertyDescriptionList : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetCount(
UINT *pcelem) = 0;
virtual HRESULT STDMETHODCALLTYPE GetAt(
UINT iElem,
REFIID riid,
void **ppv) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyDescriptionList, 0x1f9fc1d0, 0xc39b, 0x4b26, 0x81,0x7f, 0x01,0x19,0x67,0xd3,0x44,0x0e)
#endif
#else
typedef struct IPropertyDescriptionListVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyDescriptionList* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyDescriptionList* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyDescriptionList* This);
/*** IPropertyDescriptionList methods ***/
HRESULT (STDMETHODCALLTYPE *GetCount)(
IPropertyDescriptionList* This,
UINT *pcelem);
HRESULT (STDMETHODCALLTYPE *GetAt)(
IPropertyDescriptionList* This,
UINT iElem,
REFIID riid,
void **ppv);
END_INTERFACE
} IPropertyDescriptionListVtbl;
interface IPropertyDescriptionList {
CONST_VTBL IPropertyDescriptionListVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyDescriptionList_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyDescriptionList_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyDescriptionList_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyDescriptionList methods ***/
#define IPropertyDescriptionList_GetCount(This,pcelem) (This)->lpVtbl->GetCount(This,pcelem)
#define IPropertyDescriptionList_GetAt(This,iElem,riid,ppv) (This)->lpVtbl->GetAt(This,iElem,riid,ppv)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyDescriptionList_GetCount_Proxy(
IPropertyDescriptionList* This,
UINT *pcelem);
void __RPC_STUB IPropertyDescriptionList_GetCount_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyDescriptionList_GetAt_Proxy(
IPropertyDescriptionList* This,
UINT iElem,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyDescriptionList_GetAt_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyDescriptionList_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertyStoreFactory interface
*/
#ifndef __IPropertyStoreFactory_INTERFACE_DEFINED__
#define __IPropertyStoreFactory_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertyStoreFactory, 0xbc110b6d, 0x57e8, 0x4148, 0xa9,0xc6, 0x91,0x01,0x5a,0xb2,0xf3,0xa5);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("bc110b6d-57e8-4148-a9c6-91015ab2f3a5")
IPropertyStoreFactory : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetPropertyStore(
GETPROPERTYSTOREFLAGS flags,
IUnknown *pUnkFactory,
REFIID riid,
void **ppv) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPropertyStoreForKeys(
const PROPERTYKEY *rgKeys,
UINT cKeys,
GETPROPERTYSTOREFLAGS flags,
REFIID riid,
void **ppv) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertyStoreFactory, 0xbc110b6d, 0x57e8, 0x4148, 0xa9,0xc6, 0x91,0x01,0x5a,0xb2,0xf3,0xa5)
#endif
#else
typedef struct IPropertyStoreFactoryVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertyStoreFactory* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertyStoreFactory* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertyStoreFactory* This);
/*** IPropertyStoreFactory methods ***/
HRESULT (STDMETHODCALLTYPE *GetPropertyStore)(
IPropertyStoreFactory* This,
GETPROPERTYSTOREFLAGS flags,
IUnknown *pUnkFactory,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *GetPropertyStoreForKeys)(
IPropertyStoreFactory* This,
const PROPERTYKEY *rgKeys,
UINT cKeys,
GETPROPERTYSTOREFLAGS flags,
REFIID riid,
void **ppv);
END_INTERFACE
} IPropertyStoreFactoryVtbl;
interface IPropertyStoreFactory {
CONST_VTBL IPropertyStoreFactoryVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertyStoreFactory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertyStoreFactory_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertyStoreFactory_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyStoreFactory methods ***/
#define IPropertyStoreFactory_GetPropertyStore(This,flags,pUnkFactory,riid,ppv) (This)->lpVtbl->GetPropertyStore(This,flags,pUnkFactory,riid,ppv)
#define IPropertyStoreFactory_GetPropertyStoreForKeys(This,rgKeys,cKeys,flags,riid,ppv) (This)->lpVtbl->GetPropertyStoreForKeys(This,rgKeys,cKeys,flags,riid,ppv)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertyStoreFactory_GetPropertyStore_Proxy(
IPropertyStoreFactory* This,
GETPROPERTYSTOREFLAGS flags,
IUnknown *pUnkFactory,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyStoreFactory_GetPropertyStore_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPropertyStoreFactory_GetPropertyStoreForKeys_Proxy(
IPropertyStoreFactory* This,
const PROPERTYKEY *rgKeys,
UINT cKeys,
GETPROPERTYSTOREFLAGS flags,
REFIID riid,
void **ppv);
void __RPC_STUB IPropertyStoreFactory_GetPropertyStoreForKeys_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertyStoreFactory_INTERFACE_DEFINED__ */
/*****************************************************************************
* IDelayedPropertyStoreFactory interface
*/
#ifndef __IDelayedPropertyStoreFactory_INTERFACE_DEFINED__
#define __IDelayedPropertyStoreFactory_INTERFACE_DEFINED__
DEFINE_GUID(IID_IDelayedPropertyStoreFactory, 0x40d4577f, 0xe237, 0x4bdb, 0xbd,0x69, 0x58,0xf0,0x89,0x43,0x1b,0x6a);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("40d4577f-e237-4bdb-bd69-58f089431b6a")
IDelayedPropertyStoreFactory : public IPropertyStoreFactory
{
virtual HRESULT STDMETHODCALLTYPE GetDelayedPropertyStore(
GETPROPERTYSTOREFLAGS flags,
DWORD dwStoreId,
REFIID riid,
void **ppv) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IDelayedPropertyStoreFactory, 0x40d4577f, 0xe237, 0x4bdb, 0xbd,0x69, 0x58,0xf0,0x89,0x43,0x1b,0x6a)
#endif
#else
typedef struct IDelayedPropertyStoreFactoryVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IDelayedPropertyStoreFactory* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IDelayedPropertyStoreFactory* This);
ULONG (STDMETHODCALLTYPE *Release)(
IDelayedPropertyStoreFactory* This);
/*** IPropertyStoreFactory methods ***/
HRESULT (STDMETHODCALLTYPE *GetPropertyStore)(
IDelayedPropertyStoreFactory* This,
GETPROPERTYSTOREFLAGS flags,
IUnknown *pUnkFactory,
REFIID riid,
void **ppv);
HRESULT (STDMETHODCALLTYPE *GetPropertyStoreForKeys)(
IDelayedPropertyStoreFactory* This,
const PROPERTYKEY *rgKeys,
UINT cKeys,
GETPROPERTYSTOREFLAGS flags,
REFIID riid,
void **ppv);
/*** IDelayedPropertyStoreFactory methods ***/
HRESULT (STDMETHODCALLTYPE *GetDelayedPropertyStore)(
IDelayedPropertyStoreFactory* This,
GETPROPERTYSTOREFLAGS flags,
DWORD dwStoreId,
REFIID riid,
void **ppv);
END_INTERFACE
} IDelayedPropertyStoreFactoryVtbl;
interface IDelayedPropertyStoreFactory {
CONST_VTBL IDelayedPropertyStoreFactoryVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IDelayedPropertyStoreFactory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IDelayedPropertyStoreFactory_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IDelayedPropertyStoreFactory_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertyStoreFactory methods ***/
#define IDelayedPropertyStoreFactory_GetPropertyStore(This,flags,pUnkFactory,riid,ppv) (This)->lpVtbl->GetPropertyStore(This,flags,pUnkFactory,riid,ppv)
#define IDelayedPropertyStoreFactory_GetPropertyStoreForKeys(This,rgKeys,cKeys,flags,riid,ppv) (This)->lpVtbl->GetPropertyStoreForKeys(This,rgKeys,cKeys,flags,riid,ppv)
/*** IDelayedPropertyStoreFactory methods ***/
#define IDelayedPropertyStoreFactory_GetDelayedPropertyStore(This,flags,dwStoreId,riid,ppv) (This)->lpVtbl->GetDelayedPropertyStore(This,flags,dwStoreId,riid,ppv)
#endif
#endif
HRESULT STDMETHODCALLTYPE IDelayedPropertyStoreFactory_GetDelayedPropertyStore_Proxy(
IDelayedPropertyStoreFactory* This,
GETPROPERTYSTOREFLAGS flags,
DWORD dwStoreId,
REFIID riid,
void **ppv);
void __RPC_STUB IDelayedPropertyStoreFactory_GetDelayedPropertyStore_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IDelayedPropertyStoreFactory_INTERFACE_DEFINED__ */
enum _PERSIST_SPROPSTORE_FLAGS {
FPSPS_DEFAULT = 0,
FPSPS_READONLY = 1
};
typedef int PERSIST_SPROPSTORE_FLAGS;
typedef struct tagSERIALIZEDROPSTORAGE SERIALIZEDPROPSTORAGE;
#if 0
typedef SERIALIZEDPROPSTORAGE *PUSERIALIZEDPROPSTORAGE;
typedef const SERIALIZEDPROPSTORAGE *PCUSERIALIZEDPROPSTORAGE;
#endif
typedef SERIALIZEDPROPSTORAGE UNALIGNED *PUSERIALIZEDPROPSTORAGE;
typedef const SERIALIZEDPROPSTORAGE UNALIGNED *PCUSERIALIZEDPROPSTORAGE;
/*****************************************************************************
* IPersistSerializedPropStorage interface
*/
#ifndef __IPersistSerializedPropStorage_INTERFACE_DEFINED__
#define __IPersistSerializedPropStorage_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPersistSerializedPropStorage, 0xe318ad57, 0x0aa0, 0x450f, 0xac,0xa5, 0x6f,0xab,0x71,0x03,0xd9,0x17);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("e318ad57-0aa0-450f-aca5-6fab7103d917")
IPersistSerializedPropStorage : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE SetFlags(
PERSIST_SPROPSTORE_FLAGS flags) = 0;
virtual HRESULT STDMETHODCALLTYPE SetPropertyStorage(
PCUSERIALIZEDPROPSTORAGE psps,
DWORD cb) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPropertyStorage(
SERIALIZEDPROPSTORAGE **psps,
DWORD *pcb) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPersistSerializedPropStorage, 0xe318ad57, 0x0aa0, 0x450f, 0xac,0xa5, 0x6f,0xab,0x71,0x03,0xd9,0x17)
#endif
#else
typedef struct IPersistSerializedPropStorageVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPersistSerializedPropStorage* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPersistSerializedPropStorage* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPersistSerializedPropStorage* This);
/*** IPersistSerializedPropStorage methods ***/
HRESULT (STDMETHODCALLTYPE *SetFlags)(
IPersistSerializedPropStorage* This,
PERSIST_SPROPSTORE_FLAGS flags);
HRESULT (STDMETHODCALLTYPE *SetPropertyStorage)(
IPersistSerializedPropStorage* This,
PCUSERIALIZEDPROPSTORAGE psps,
DWORD cb);
HRESULT (STDMETHODCALLTYPE *GetPropertyStorage)(
IPersistSerializedPropStorage* This,
SERIALIZEDPROPSTORAGE **psps,
DWORD *pcb);
END_INTERFACE
} IPersistSerializedPropStorageVtbl;
interface IPersistSerializedPropStorage {
CONST_VTBL IPersistSerializedPropStorageVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPersistSerializedPropStorage_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPersistSerializedPropStorage_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPersistSerializedPropStorage_Release(This) (This)->lpVtbl->Release(This)
/*** IPersistSerializedPropStorage methods ***/
#define IPersistSerializedPropStorage_SetFlags(This,flags) (This)->lpVtbl->SetFlags(This,flags)
#define IPersistSerializedPropStorage_SetPropertyStorage(This,psps,cb) (This)->lpVtbl->SetPropertyStorage(This,psps,cb)
#define IPersistSerializedPropStorage_GetPropertyStorage(This,psps,pcb) (This)->lpVtbl->GetPropertyStorage(This,psps,pcb)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPersistSerializedPropStorage_SetFlags_Proxy(
IPersistSerializedPropStorage* This,
PERSIST_SPROPSTORE_FLAGS flags);
void __RPC_STUB IPersistSerializedPropStorage_SetFlags_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPersistSerializedPropStorage_SetPropertyStorage_Proxy(
IPersistSerializedPropStorage* This,
PCUSERIALIZEDPROPSTORAGE psps,
DWORD cb);
void __RPC_STUB IPersistSerializedPropStorage_SetPropertyStorage_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPersistSerializedPropStorage_GetPropertyStorage_Proxy(
IPersistSerializedPropStorage* This,
SERIALIZEDPROPSTORAGE **psps,
DWORD *pcb);
void __RPC_STUB IPersistSerializedPropStorage_GetPropertyStorage_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPersistSerializedPropStorage_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPersistSerializedPropStorage2 interface
*/
#ifndef __IPersistSerializedPropStorage2_INTERFACE_DEFINED__
#define __IPersistSerializedPropStorage2_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPersistSerializedPropStorage2, 0x77effa68, 0x4f98, 0x4366, 0xba,0x72, 0x57,0x3b,0x3d,0x88,0x05,0x71);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("77effa68-4f98-4366-ba72-573b3d880571")
IPersistSerializedPropStorage2 : public IPersistSerializedPropStorage
{
virtual HRESULT STDMETHODCALLTYPE GetpropertyStorageSize(
DWORD *pcb) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPropertyStorageBuffer(
SERIALIZEDPROPSTORAGE *psps,
DWORD cb,
DWORD *pcbWritten) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPersistSerializedPropStorage2, 0x77effa68, 0x4f98, 0x4366, 0xba,0x72, 0x57,0x3b,0x3d,0x88,0x05,0x71)
#endif
#else
typedef struct IPersistSerializedPropStorage2Vtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPersistSerializedPropStorage2* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPersistSerializedPropStorage2* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPersistSerializedPropStorage2* This);
/*** IPersistSerializedPropStorage methods ***/
HRESULT (STDMETHODCALLTYPE *SetFlags)(
IPersistSerializedPropStorage2* This,
PERSIST_SPROPSTORE_FLAGS flags);
HRESULT (STDMETHODCALLTYPE *SetPropertyStorage)(
IPersistSerializedPropStorage2* This,
PCUSERIALIZEDPROPSTORAGE psps,
DWORD cb);
HRESULT (STDMETHODCALLTYPE *GetPropertyStorage)(
IPersistSerializedPropStorage2* This,
SERIALIZEDPROPSTORAGE **psps,
DWORD *pcb);
/*** IPersistSerializedPropStorage2 methods ***/
HRESULT (STDMETHODCALLTYPE *GetpropertyStorageSize)(
IPersistSerializedPropStorage2* This,
DWORD *pcb);
HRESULT (STDMETHODCALLTYPE *GetPropertyStorageBuffer)(
IPersistSerializedPropStorage2* This,
SERIALIZEDPROPSTORAGE *psps,
DWORD cb,
DWORD *pcbWritten);
END_INTERFACE
} IPersistSerializedPropStorage2Vtbl;
interface IPersistSerializedPropStorage2 {
CONST_VTBL IPersistSerializedPropStorage2Vtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPersistSerializedPropStorage2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPersistSerializedPropStorage2_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPersistSerializedPropStorage2_Release(This) (This)->lpVtbl->Release(This)
/*** IPersistSerializedPropStorage methods ***/
#define IPersistSerializedPropStorage2_SetFlags(This,flags) (This)->lpVtbl->SetFlags(This,flags)
#define IPersistSerializedPropStorage2_SetPropertyStorage(This,psps,cb) (This)->lpVtbl->SetPropertyStorage(This,psps,cb)
#define IPersistSerializedPropStorage2_GetPropertyStorage(This,psps,pcb) (This)->lpVtbl->GetPropertyStorage(This,psps,pcb)
/*** IPersistSerializedPropStorage2 methods ***/
#define IPersistSerializedPropStorage2_GetpropertyStorageSize(This,pcb) (This)->lpVtbl->GetpropertyStorageSize(This,pcb)
#define IPersistSerializedPropStorage2_GetPropertyStorageBuffer(This,psps,cb,pcbWritten) (This)->lpVtbl->GetPropertyStorageBuffer(This,psps,cb,pcbWritten)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPersistSerializedPropStorage2_GetpropertyStorageSize_Proxy(
IPersistSerializedPropStorage2* This,
DWORD *pcb);
void __RPC_STUB IPersistSerializedPropStorage2_GetpropertyStorageSize_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE IPersistSerializedPropStorage2_GetPropertyStorageBuffer_Proxy(
IPersistSerializedPropStorage2* This,
SERIALIZEDPROPSTORAGE *psps,
DWORD cb,
DWORD *pcbWritten);
void __RPC_STUB IPersistSerializedPropStorage2_GetPropertyStorageBuffer_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPersistSerializedPropStorage2_INTERFACE_DEFINED__ */
/*****************************************************************************
* IPropertySystemChangeNotify interface
*/
#ifndef __IPropertySystemChangeNotify_INTERFACE_DEFINED__
#define __IPropertySystemChangeNotify_INTERFACE_DEFINED__
DEFINE_GUID(IID_IPropertySystemChangeNotify, 0xfa955fd9, 0x38be, 0x4879, 0xa6,0xce, 0x82,0x4c,0xf5,0x2d,0x60,0x9f);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("fa955fd9-38be-4879-a6ce-824cf52d609f")
IPropertySystemChangeNotify : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE SchemaRefreshed(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IPropertySystemChangeNotify, 0xfa955fd9, 0x38be, 0x4879, 0xa6,0xce, 0x82,0x4c,0xf5,0x2d,0x60,0x9f)
#endif
#else
typedef struct IPropertySystemChangeNotifyVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IPropertySystemChangeNotify* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IPropertySystemChangeNotify* This);
ULONG (STDMETHODCALLTYPE *Release)(
IPropertySystemChangeNotify* This);
/*** IPropertySystemChangeNotify methods ***/
HRESULT (STDMETHODCALLTYPE *SchemaRefreshed)(
IPropertySystemChangeNotify* This);
END_INTERFACE
} IPropertySystemChangeNotifyVtbl;
interface IPropertySystemChangeNotify {
CONST_VTBL IPropertySystemChangeNotifyVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define IPropertySystemChangeNotify_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IPropertySystemChangeNotify_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IPropertySystemChangeNotify_Release(This) (This)->lpVtbl->Release(This)
/*** IPropertySystemChangeNotify methods ***/
#define IPropertySystemChangeNotify_SchemaRefreshed(This) (This)->lpVtbl->SchemaRefreshed(This)
#endif
#endif
HRESULT STDMETHODCALLTYPE IPropertySystemChangeNotify_SchemaRefreshed_Proxy(
IPropertySystemChangeNotify* This);
void __RPC_STUB IPropertySystemChangeNotify_SchemaRefreshed_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IPropertySystemChangeNotify_INTERFACE_DEFINED__ */
/*****************************************************************************
* ICreateObject interface
*/
#ifndef __ICreateObject_INTERFACE_DEFINED__
#define __ICreateObject_INTERFACE_DEFINED__
DEFINE_GUID(IID_ICreateObject, 0x75121952, 0xe0d0, 0x43e5, 0x93,0x80, 0x1d,0x80,0x48,0x3a,0xcf,0x72);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("75121952-e0d0-43e5-9380-1d80483acf72")
ICreateObject : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE CreateObject(
REFCLSID clsid,
IUnknown *pUnkOuter,
REFIID riid,
void **ppv) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ICreateObject, 0x75121952, 0xe0d0, 0x43e5, 0x93,0x80, 0x1d,0x80,0x48,0x3a,0xcf,0x72)
#endif
#else
typedef struct ICreateObjectVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ICreateObject* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ICreateObject* This);
ULONG (STDMETHODCALLTYPE *Release)(
ICreateObject* This);
/*** ICreateObject methods ***/
HRESULT (STDMETHODCALLTYPE *CreateObject)(
ICreateObject* This,
REFCLSID clsid,
IUnknown *pUnkOuter,
REFIID riid,
void **ppv);
END_INTERFACE
} ICreateObjectVtbl;
interface ICreateObject {
CONST_VTBL ICreateObjectVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define ICreateObject_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ICreateObject_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ICreateObject_Release(This) (This)->lpVtbl->Release(This)
/*** ICreateObject methods ***/
#define ICreateObject_CreateObject(This,clsid,pUnkOuter,riid,ppv) (This)->lpVtbl->CreateObject(This,clsid,pUnkOuter,riid,ppv)
#endif
#endif
HRESULT STDMETHODCALLTYPE ICreateObject_CreateObject_Proxy(
ICreateObject* This,
REFCLSID clsid,
IUnknown *pUnkOuter,
REFIID riid,
void **ppv);
void __RPC_STUB ICreateObject_CreateObject_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __ICreateObject_INTERFACE_DEFINED__ */
#define PKEY_PIDSTR_MAX 10
#define GUIDSTRING_MAX 39
#define PKEYSTR_MAX (GUIDSTRING_MAX + 1 + PKEY_PIDSTR_MAX)
HRESULT WINAPI PSStringFromPropertyKey(REFPROPERTYKEY,LPWSTR,UINT);
HRESULT WINAPI PSPropertyKeyFromString(LPCWSTR,PROPERTYKEY*);
HRESULT WINAPI PSGetPropertyDescription(REFPROPERTYKEY,REFIID,void **);
HRESULT WINAPI PSRefreshPropertySchema(void);
DEFINE_GUID(LIBID_PropSysObjects, 0x2cda3294, 0x6c4f, 0x4020, 0xb1,0x61, 0x27,0xc5,0x30,0xc8,0x1f,0xa6);
/*****************************************************************************
* InMemoryPropertyStore coclass
*/
DEFINE_GUID(CLSID_InMemoryPropertyStore, 0x9a02e012, 0x6303, 0x4e1e, 0xb9,0xa1, 0x63,0x0f,0x80,0x25,0x92,0xc5);
#ifdef __cplusplus
class DECLSPEC_UUID("9a02e012-6303-4e1e-b9a1-630f802592c5") InMemoryPropertyStore;
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(InMemoryPropertyStore, 0x9a02e012, 0x6303, 0x4e1e, 0xb9,0xa1, 0x63,0x0f,0x80,0x25,0x92,0xc5)
#endif
#endif
/*****************************************************************************
* PropertySystem coclass
*/
DEFINE_GUID(CLSID_PropertySystem, 0xb8967f86, 0x58ae, 0x4f96, 0x9f,0xb2, 0x5d,0x79,0x04,0x79,0x8f,0x4b);
#ifdef __cplusplus
class DECLSPEC_UUID("b8967f86-58ae-4f96-9fb2-5d7904798f4b") PropertySystem;
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(PropertySystem, 0xb8967f86, 0x58ae, 0x4f96, 0x9f,0xb2, 0x5d,0x79,0x04,0x79,0x8f,0x4b)
#endif
#endif
/* Begin additional prototypes for all interfaces */
ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *);
unsigned char * __RPC_USER BSTR_UserMarshal (ULONG *, unsigned char *, BSTR *);
unsigned char * __RPC_USER BSTR_UserUnmarshal(ULONG *, unsigned char *, BSTR *);
void __RPC_USER BSTR_UserFree (ULONG *, BSTR *);
ULONG __RPC_USER LPSAFEARRAY_UserSize (ULONG *, ULONG, LPSAFEARRAY *);
unsigned char * __RPC_USER LPSAFEARRAY_UserMarshal (ULONG *, unsigned char *, LPSAFEARRAY *);
unsigned char * __RPC_USER LPSAFEARRAY_UserUnmarshal(ULONG *, unsigned char *, LPSAFEARRAY *);
void __RPC_USER LPSAFEARRAY_UserFree (ULONG *, LPSAFEARRAY *);
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __WIDL_PROPSYS_H */