123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575 |
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
- /* File created by MIDL compiler version 6.00.0347 */
- /* Compiler settings for dbgprop.idl:
- Oicf, W1, Zp8, env=Win32 (32b run)
- protocol : dce , ms_ext, c_ext
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
- */
- //@@MIDL_FILE_HEADING( )
- /* verify that the <rpcndr.h> version is high enough to compile this file*/
- #ifndef __REQUIRED_RPCNDR_H_VERSION__
- #define __REQUIRED_RPCNDR_H_VERSION__ 440
- #endif
- #include "rpc.h"
- #include "rpcndr.h"
- #ifndef __RPCNDR_H_VERSION__
- #error this stub requires an updated version of <rpcndr.h>
- #endif // __RPCNDR_H_VERSION__
- #ifndef COM_NO_WINDOWS_H
- #include "windows.h"
- #include "ole2.h"
- #endif /*COM_NO_WINDOWS_H*/
- #ifndef __dbgprop_h__
- #define __dbgprop_h__
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
- #endif
- /* Forward Declarations */
- #ifndef __IDebugProperty_FWD_DEFINED__
- #define __IDebugProperty_FWD_DEFINED__
- typedef interface IDebugProperty IDebugProperty;
- #endif /* __IDebugProperty_FWD_DEFINED__ */
- #ifndef __IEnumDebugPropertyInfo_FWD_DEFINED__
- #define __IEnumDebugPropertyInfo_FWD_DEFINED__
- typedef interface IEnumDebugPropertyInfo IEnumDebugPropertyInfo;
- #endif /* __IEnumDebugPropertyInfo_FWD_DEFINED__ */
- #ifndef __IDebugExtendedProperty_FWD_DEFINED__
- #define __IDebugExtendedProperty_FWD_DEFINED__
- typedef interface IDebugExtendedProperty IDebugExtendedProperty;
- #endif /* __IDebugExtendedProperty_FWD_DEFINED__ */
- #ifndef __IEnumDebugExtendedPropertyInfo_FWD_DEFINED__
- #define __IEnumDebugExtendedPropertyInfo_FWD_DEFINED__
- typedef interface IEnumDebugExtendedPropertyInfo IEnumDebugExtendedPropertyInfo;
- #endif /* __IEnumDebugExtendedPropertyInfo_FWD_DEFINED__ */
- #ifndef __IPerPropertyBrowsing2_FWD_DEFINED__
- #define __IPerPropertyBrowsing2_FWD_DEFINED__
- typedef interface IPerPropertyBrowsing2 IPerPropertyBrowsing2;
- #endif /* __IPerPropertyBrowsing2_FWD_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_All_FWD_DEFINED__
- #define __IDebugPropertyEnumType_All_FWD_DEFINED__
- typedef interface IDebugPropertyEnumType_All IDebugPropertyEnumType_All;
- #endif /* __IDebugPropertyEnumType_All_FWD_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_Locals_FWD_DEFINED__
- #define __IDebugPropertyEnumType_Locals_FWD_DEFINED__
- typedef interface IDebugPropertyEnumType_Locals IDebugPropertyEnumType_Locals;
- #endif /* __IDebugPropertyEnumType_Locals_FWD_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_Arguments_FWD_DEFINED__
- #define __IDebugPropertyEnumType_Arguments_FWD_DEFINED__
- typedef interface IDebugPropertyEnumType_Arguments IDebugPropertyEnumType_Arguments;
- #endif /* __IDebugPropertyEnumType_Arguments_FWD_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_LocalsPlusArgs_FWD_DEFINED__
- #define __IDebugPropertyEnumType_LocalsPlusArgs_FWD_DEFINED__
- typedef interface IDebugPropertyEnumType_LocalsPlusArgs IDebugPropertyEnumType_LocalsPlusArgs;
- #endif /* __IDebugPropertyEnumType_LocalsPlusArgs_FWD_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_Registers_FWD_DEFINED__
- #define __IDebugPropertyEnumType_Registers_FWD_DEFINED__
- typedef interface IDebugPropertyEnumType_Registers IDebugPropertyEnumType_Registers;
- #endif /* __IDebugPropertyEnumType_Registers_FWD_DEFINED__ */
- /* header files for imported files */
- #include "ocidl.h"
- #ifdef __cplusplus
- extern "C"{
- #endif
- void * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void * );
- /* interface __MIDL_itf_dbgprop_0000 */
- /* [local] */
- typedef
- enum tagOBJECT_ATTRIB_FLAG
- { OBJECT_ATTRIB_NO_ATTRIB = 0,
- OBJECT_ATTRIB_NO_NAME = 0x1,
- OBJECT_ATTRIB_NO_TYPE = 0x2,
- OBJECT_ATTRIB_NO_VALUE = 0x4,
- OBJECT_ATTRIB_VALUE_IS_INVALID = 0x8,
- OBJECT_ATTRIB_VALUE_IS_OBJECT = 0x10,
- OBJECT_ATTRIB_VALUE_IS_ENUM = 0x20,
- OBJECT_ATTRIB_VALUE_IS_CUSTOM = 0x40,
- OBJECT_ATTRIB_OBJECT_IS_EXPANDABLE = 0x70,
- OBJECT_ATTRIB_VALUE_HAS_CODE = 0x80,
- OBJECT_ATTRIB_TYPE_IS_OBJECT = 0x100,
- OBJECT_ATTRIB_TYPE_HAS_CODE = 0x200,
- OBJECT_ATTRIB_TYPE_IS_EXPANDABLE = 0x100,
- OBJECT_ATTRIB_SLOT_IS_CATEGORY = 0x400,
- OBJECT_ATTRIB_VALUE_READONLY = 0x800,
- OBJECT_ATTRIB_ACCESS_PUBLIC = 0x1000,
- OBJECT_ATTRIB_ACCESS_PRIVATE = 0x2000,
- OBJECT_ATTRIB_ACCESS_PROTECTED = 0x4000,
- OBJECT_ATTRIB_ACCESS_FINAL = 0x8000,
- OBJECT_ATTRIB_STORAGE_GLOBAL = 0x10000,
- OBJECT_ATTRIB_STORAGE_STATIC = 0x20000,
- OBJECT_ATTRIB_STORAGE_FIELD = 0x40000,
- OBJECT_ATTRIB_STORAGE_VIRTUAL = 0x80000,
- OBJECT_ATTRIB_TYPE_IS_CONSTANT = 0x100000,
- OBJECT_ATTRIB_TYPE_IS_SYNCHRONIZED = 0x200000,
- OBJECT_ATTRIB_TYPE_IS_VOLATILE = 0x400000,
- OBJECT_ATTRIB_HAS_EXTENDED_ATTRIBS = 0x800000,
- OBJECT_ATTRIB_IS_CLASS = 0x1000000,
- OBJECT_ATTRIB_IS_FUNCTION = 0x2000000,
- OBJECT_ATTRIB_IS_VARIABLE = 0x4000000,
- OBJECT_ATTRIB_IS_PROPERTY = 0x8000000,
- OBJECT_ATTRIB_IS_MACRO = 0x10000000,
- OBJECT_ATTRIB_IS_TYPE = 0x20000000,
- OBJECT_ATTRIB_IS_INHERITED = 0x40000000,
- OBJECT_ATTRIB_IS_INTERFACE = 0x80000000
- } OBJECT_ATTRIB_FLAGS;
- typedef
- enum tagPROP_INFO_FLAGS
- { PROP_INFO_NAME = 0x1,
- PROP_INFO_TYPE = 0x2,
- PROP_INFO_VALUE = 0x4,
- PROP_INFO_FULLNAME = 0x20,
- PROP_INFO_ATTRIBUTES = 0x8,
- PROP_INFO_DEBUGPROP = 0x10,
- PROP_INFO_AUTOEXPAND = 0x8000000
- } PROP_INFO_FLAGS;
- #define PROP_INFO_STANDARD ( PROP_INFO_NAME | PROP_INFO_TYPE | PROP_INFO_VALUE | PROP_INFO_ATTRIBUTES )
- #define PROP_INFO_ALL ( PROP_INFO_NAME | PROP_INFO_TYPE | PROP_INFO_VALUE | PROP_INFO_FULLNAME | PROP_INFO_ATTRIBUTES | PROP_INFO_DEBUGPROP )
- typedef struct tagDebugPropertyInfo
- {
- DWORD m_dwValidFields;
- BSTR m_bstrName;
- BSTR m_bstrType;
- BSTR m_bstrValue;
- BSTR m_bstrFullName;
- DWORD m_dwAttrib;
- IDebugProperty *m_pDebugProp;
- } DebugPropertyInfo;
- typedef
- enum tagEX_PROP_INFO_FLAGS
- { EX_PROP_INFO_ID = 0x100,
- EX_PROP_INFO_NTYPE = 0x200,
- EX_PROP_INFO_NVALUE = 0x400,
- EX_PROP_INFO_LOCKBYTES = 0x800,
- EX_PROP_INFO_DEBUGEXTPROP = 0x1000
- } EX_PROP_INFO_FLAGS;
- typedef struct tagExtendedDebugPropertyInfo
- {
- DWORD dwValidFields;
- LPOLESTR pszName;
- LPOLESTR pszType;
- LPOLESTR pszValue;
- LPOLESTR pszFullName;
- DWORD dwAttrib;
- IDebugProperty *pDebugProp;
- DWORD nDISPID;
- DWORD nType;
- VARIANT varValue;
- ILockBytes *plbValue;
- IDebugExtendedProperty *pDebugExtProp;
- } ExtendedDebugPropertyInfo;
- extern RPC_IF_HANDLE __MIDL_itf_dbgprop_0000_v0_0_c_ifspec;
- extern RPC_IF_HANDLE __MIDL_itf_dbgprop_0000_v0_0_s_ifspec;
- #ifndef __IDebugProperty_INTERFACE_DEFINED__
- #define __IDebugProperty_INTERFACE_DEFINED__
- /* interface IDebugProperty */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IDebugProperty;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C50-CB0C-11d0-B5C9-00A0244A0E7A")
- IDebugProperty : public IUnknown
- {
- public:
- virtual /* [local] */ HRESULT STDMETHODCALLTYPE GetPropertyInfo(
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ DebugPropertyInfo *pPropertyInfo) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE GetExtendedInfo(
- /* [in] */ ULONG cInfos,
- /* [size_is][in] */ GUID *rgguidExtendedInfo,
- /* [size_is][out] */ VARIANT *rgvar) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE SetValueAsString(
- /* [in] */ LPCOLESTR pszValue,
- /* [in] */ UINT nRadix) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE EnumMembers(
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [in] */ REFIID refiid,
- /* [out] */ IEnumDebugPropertyInfo **ppepi) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE GetParent(
- /* [out] */ IDebugProperty **ppDebugProp) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IDebugPropertyVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IDebugProperty * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IDebugProperty * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IDebugProperty * This);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE *GetPropertyInfo )(
- IDebugProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ DebugPropertyInfo *pPropertyInfo);
-
- HRESULT ( STDMETHODCALLTYPE *GetExtendedInfo )(
- IDebugProperty * This,
- /* [in] */ ULONG cInfos,
- /* [size_is][in] */ GUID *rgguidExtendedInfo,
- /* [size_is][out] */ VARIANT *rgvar);
-
- HRESULT ( STDMETHODCALLTYPE *SetValueAsString )(
- IDebugProperty * This,
- /* [in] */ LPCOLESTR pszValue,
- /* [in] */ UINT nRadix);
-
- HRESULT ( STDMETHODCALLTYPE *EnumMembers )(
- IDebugProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [in] */ REFIID refiid,
- /* [out] */ IEnumDebugPropertyInfo **ppepi);
-
- HRESULT ( STDMETHODCALLTYPE *GetParent )(
- IDebugProperty * This,
- /* [out] */ IDebugProperty **ppDebugProp);
-
- END_INTERFACE
- } IDebugPropertyVtbl;
- interface IDebugProperty
- {
- CONST_VTBL struct IDebugPropertyVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IDebugProperty_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IDebugProperty_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IDebugProperty_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IDebugProperty_GetPropertyInfo(This,dwFieldSpec,nRadix,pPropertyInfo) \
- (This)->lpVtbl -> GetPropertyInfo(This,dwFieldSpec,nRadix,pPropertyInfo)
- #define IDebugProperty_GetExtendedInfo(This,cInfos,rgguidExtendedInfo,rgvar) \
- (This)->lpVtbl -> GetExtendedInfo(This,cInfos,rgguidExtendedInfo,rgvar)
- #define IDebugProperty_SetValueAsString(This,pszValue,nRadix) \
- (This)->lpVtbl -> SetValueAsString(This,pszValue,nRadix)
- #define IDebugProperty_EnumMembers(This,dwFieldSpec,nRadix,refiid,ppepi) \
- (This)->lpVtbl -> EnumMembers(This,dwFieldSpec,nRadix,refiid,ppepi)
- #define IDebugProperty_GetParent(This,ppDebugProp) \
- (This)->lpVtbl -> GetParent(This,ppDebugProp)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [call_as] */ HRESULT STDMETHODCALLTYPE IDebugProperty_RemoteGetPropertyInfo_Proxy(
- IDebugProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ DWORD *dwValidFields,
- /* [out] */ BSTR *pbstrName,
- /* [out] */ BSTR *pbstrType,
- /* [out] */ BSTR *pbstrValue,
- /* [out] */ BSTR *pbstrFullName,
- /* [out] */ DWORD *pdwAttrib,
- /* [unique][out][in] */ IDebugProperty **ppDebugProperty);
- void __RPC_STUB IDebugProperty_RemoteGetPropertyInfo_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IDebugProperty_GetExtendedInfo_Proxy(
- IDebugProperty * This,
- /* [in] */ ULONG cInfos,
- /* [size_is][in] */ GUID *rgguidExtendedInfo,
- /* [size_is][out] */ VARIANT *rgvar);
- void __RPC_STUB IDebugProperty_GetExtendedInfo_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IDebugProperty_SetValueAsString_Proxy(
- IDebugProperty * This,
- /* [in] */ LPCOLESTR pszValue,
- /* [in] */ UINT nRadix);
- void __RPC_STUB IDebugProperty_SetValueAsString_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IDebugProperty_EnumMembers_Proxy(
- IDebugProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [in] */ REFIID refiid,
- /* [out] */ IEnumDebugPropertyInfo **ppepi);
- void __RPC_STUB IDebugProperty_EnumMembers_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IDebugProperty_GetParent_Proxy(
- IDebugProperty * This,
- /* [out] */ IDebugProperty **ppDebugProp);
- void __RPC_STUB IDebugProperty_GetParent_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IDebugProperty_INTERFACE_DEFINED__ */
- #ifndef __IEnumDebugPropertyInfo_INTERFACE_DEFINED__
- #define __IEnumDebugPropertyInfo_INTERFACE_DEFINED__
- /* interface IEnumDebugPropertyInfo */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IEnumDebugPropertyInfo;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C51-CB0C-11d0-B5C9-00A0244A0E7A")
- IEnumDebugPropertyInfo : public IUnknown
- {
- public:
- virtual /* [local] */ HRESULT STDMETHODCALLTYPE Next(
- /* [in] */ ULONG celt,
- /* [out] */ DebugPropertyInfo *pi,
- /* [out] */ ULONG *pcEltsfetched) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE Skip(
- /* [in] */ ULONG celt) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE Reset( void) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE Clone(
- /* [out] */ IEnumDebugPropertyInfo **ppepi) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE GetCount(
- /* [out] */ ULONG *pcelt) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IEnumDebugPropertyInfoVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IEnumDebugPropertyInfo * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IEnumDebugPropertyInfo * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IEnumDebugPropertyInfo * This);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE *Next )(
- IEnumDebugPropertyInfo * This,
- /* [in] */ ULONG celt,
- /* [out] */ DebugPropertyInfo *pi,
- /* [out] */ ULONG *pcEltsfetched);
-
- HRESULT ( STDMETHODCALLTYPE *Skip )(
- IEnumDebugPropertyInfo * This,
- /* [in] */ ULONG celt);
-
- HRESULT ( STDMETHODCALLTYPE *Reset )(
- IEnumDebugPropertyInfo * This);
-
- HRESULT ( STDMETHODCALLTYPE *Clone )(
- IEnumDebugPropertyInfo * This,
- /* [out] */ IEnumDebugPropertyInfo **ppepi);
-
- HRESULT ( STDMETHODCALLTYPE *GetCount )(
- IEnumDebugPropertyInfo * This,
- /* [out] */ ULONG *pcelt);
-
- END_INTERFACE
- } IEnumDebugPropertyInfoVtbl;
- interface IEnumDebugPropertyInfo
- {
- CONST_VTBL struct IEnumDebugPropertyInfoVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IEnumDebugPropertyInfo_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IEnumDebugPropertyInfo_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IEnumDebugPropertyInfo_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IEnumDebugPropertyInfo_Next(This,celt,pi,pcEltsfetched) \
- (This)->lpVtbl -> Next(This,celt,pi,pcEltsfetched)
- #define IEnumDebugPropertyInfo_Skip(This,celt) \
- (This)->lpVtbl -> Skip(This,celt)
- #define IEnumDebugPropertyInfo_Reset(This) \
- (This)->lpVtbl -> Reset(This)
- #define IEnumDebugPropertyInfo_Clone(This,ppepi) \
- (This)->lpVtbl -> Clone(This,ppepi)
- #define IEnumDebugPropertyInfo_GetCount(This,pcelt) \
- (This)->lpVtbl -> GetCount(This,pcelt)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [call_as] */ HRESULT __stdcall IEnumDebugPropertyInfo_RemoteNext_Proxy(
- IEnumDebugPropertyInfo * This,
- /* [in] */ ULONG celt,
- /* [length_is][size_is][unique][out][in] */ DebugPropertyInfo *pinfo,
- /* [out] */ ULONG *pcEltsfetched);
- void __RPC_STUB IEnumDebugPropertyInfo_RemoteNext_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IEnumDebugPropertyInfo_Skip_Proxy(
- IEnumDebugPropertyInfo * This,
- /* [in] */ ULONG celt);
- void __RPC_STUB IEnumDebugPropertyInfo_Skip_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IEnumDebugPropertyInfo_Reset_Proxy(
- IEnumDebugPropertyInfo * This);
- void __RPC_STUB IEnumDebugPropertyInfo_Reset_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IEnumDebugPropertyInfo_Clone_Proxy(
- IEnumDebugPropertyInfo * This,
- /* [out] */ IEnumDebugPropertyInfo **ppepi);
- void __RPC_STUB IEnumDebugPropertyInfo_Clone_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IEnumDebugPropertyInfo_GetCount_Proxy(
- IEnumDebugPropertyInfo * This,
- /* [out] */ ULONG *pcelt);
- void __RPC_STUB IEnumDebugPropertyInfo_GetCount_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IEnumDebugPropertyInfo_INTERFACE_DEFINED__ */
- #ifndef __IDebugExtendedProperty_INTERFACE_DEFINED__
- #define __IDebugExtendedProperty_INTERFACE_DEFINED__
- /* interface IDebugExtendedProperty */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IDebugExtendedProperty;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C52-CB0C-11d0-B5C9-00A0244A0E7A")
- IDebugExtendedProperty : public IDebugProperty
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE GetExtendedPropertyInfo(
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ ExtendedDebugPropertyInfo *pExtendedPropertyInfo) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE EnumExtendedMembers(
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ IEnumDebugExtendedPropertyInfo **ppeepi) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IDebugExtendedPropertyVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IDebugExtendedProperty * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IDebugExtendedProperty * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IDebugExtendedProperty * This);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE *GetPropertyInfo )(
- IDebugExtendedProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ DebugPropertyInfo *pPropertyInfo);
-
- HRESULT ( STDMETHODCALLTYPE *GetExtendedInfo )(
- IDebugExtendedProperty * This,
- /* [in] */ ULONG cInfos,
- /* [size_is][in] */ GUID *rgguidExtendedInfo,
- /* [size_is][out] */ VARIANT *rgvar);
-
- HRESULT ( STDMETHODCALLTYPE *SetValueAsString )(
- IDebugExtendedProperty * This,
- /* [in] */ LPCOLESTR pszValue,
- /* [in] */ UINT nRadix);
-
- HRESULT ( STDMETHODCALLTYPE *EnumMembers )(
- IDebugExtendedProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [in] */ REFIID refiid,
- /* [out] */ IEnumDebugPropertyInfo **ppepi);
-
- HRESULT ( STDMETHODCALLTYPE *GetParent )(
- IDebugExtendedProperty * This,
- /* [out] */ IDebugProperty **ppDebugProp);
-
- HRESULT ( STDMETHODCALLTYPE *GetExtendedPropertyInfo )(
- IDebugExtendedProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ ExtendedDebugPropertyInfo *pExtendedPropertyInfo);
-
- HRESULT ( STDMETHODCALLTYPE *EnumExtendedMembers )(
- IDebugExtendedProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ IEnumDebugExtendedPropertyInfo **ppeepi);
-
- END_INTERFACE
- } IDebugExtendedPropertyVtbl;
- interface IDebugExtendedProperty
- {
- CONST_VTBL struct IDebugExtendedPropertyVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IDebugExtendedProperty_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IDebugExtendedProperty_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IDebugExtendedProperty_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IDebugExtendedProperty_GetPropertyInfo(This,dwFieldSpec,nRadix,pPropertyInfo) \
- (This)->lpVtbl -> GetPropertyInfo(This,dwFieldSpec,nRadix,pPropertyInfo)
- #define IDebugExtendedProperty_GetExtendedInfo(This,cInfos,rgguidExtendedInfo,rgvar) \
- (This)->lpVtbl -> GetExtendedInfo(This,cInfos,rgguidExtendedInfo,rgvar)
- #define IDebugExtendedProperty_SetValueAsString(This,pszValue,nRadix) \
- (This)->lpVtbl -> SetValueAsString(This,pszValue,nRadix)
- #define IDebugExtendedProperty_EnumMembers(This,dwFieldSpec,nRadix,refiid,ppepi) \
- (This)->lpVtbl -> EnumMembers(This,dwFieldSpec,nRadix,refiid,ppepi)
- #define IDebugExtendedProperty_GetParent(This,ppDebugProp) \
- (This)->lpVtbl -> GetParent(This,ppDebugProp)
- #define IDebugExtendedProperty_GetExtendedPropertyInfo(This,dwFieldSpec,nRadix,pExtendedPropertyInfo) \
- (This)->lpVtbl -> GetExtendedPropertyInfo(This,dwFieldSpec,nRadix,pExtendedPropertyInfo)
- #define IDebugExtendedProperty_EnumExtendedMembers(This,dwFieldSpec,nRadix,ppeepi) \
- (This)->lpVtbl -> EnumExtendedMembers(This,dwFieldSpec,nRadix,ppeepi)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- HRESULT STDMETHODCALLTYPE IDebugExtendedProperty_GetExtendedPropertyInfo_Proxy(
- IDebugExtendedProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ ExtendedDebugPropertyInfo *pExtendedPropertyInfo);
- void __RPC_STUB IDebugExtendedProperty_GetExtendedPropertyInfo_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IDebugExtendedProperty_EnumExtendedMembers_Proxy(
- IDebugExtendedProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ IEnumDebugExtendedPropertyInfo **ppeepi);
- void __RPC_STUB IDebugExtendedProperty_EnumExtendedMembers_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IDebugExtendedProperty_INTERFACE_DEFINED__ */
- #ifndef __IEnumDebugExtendedPropertyInfo_INTERFACE_DEFINED__
- #define __IEnumDebugExtendedPropertyInfo_INTERFACE_DEFINED__
- /* interface IEnumDebugExtendedPropertyInfo */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IEnumDebugExtendedPropertyInfo;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C53-CB0C-11d0-B5C9-00A0244A0E7A")
- IEnumDebugExtendedPropertyInfo : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE Next(
- /* [in] */ ULONG celt,
- /* [length_is][size_is][out] */ ExtendedDebugPropertyInfo *rgExtendedPropertyInfo,
- /* [out] */ ULONG *pceltFetched) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE Skip(
- /* [in] */ ULONG celt) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE Reset( void) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE Clone(
- /* [out] */ IEnumDebugExtendedPropertyInfo **pedpe) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE GetCount(
- /* [out] */ ULONG *pcelt) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IEnumDebugExtendedPropertyInfoVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IEnumDebugExtendedPropertyInfo * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IEnumDebugExtendedPropertyInfo * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IEnumDebugExtendedPropertyInfo * This);
-
- HRESULT ( STDMETHODCALLTYPE *Next )(
- IEnumDebugExtendedPropertyInfo * This,
- /* [in] */ ULONG celt,
- /* [length_is][size_is][out] */ ExtendedDebugPropertyInfo *rgExtendedPropertyInfo,
- /* [out] */ ULONG *pceltFetched);
-
- HRESULT ( STDMETHODCALLTYPE *Skip )(
- IEnumDebugExtendedPropertyInfo * This,
- /* [in] */ ULONG celt);
-
- HRESULT ( STDMETHODCALLTYPE *Reset )(
- IEnumDebugExtendedPropertyInfo * This);
-
- HRESULT ( STDMETHODCALLTYPE *Clone )(
- IEnumDebugExtendedPropertyInfo * This,
- /* [out] */ IEnumDebugExtendedPropertyInfo **pedpe);
-
- HRESULT ( STDMETHODCALLTYPE *GetCount )(
- IEnumDebugExtendedPropertyInfo * This,
- /* [out] */ ULONG *pcelt);
-
- END_INTERFACE
- } IEnumDebugExtendedPropertyInfoVtbl;
- interface IEnumDebugExtendedPropertyInfo
- {
- CONST_VTBL struct IEnumDebugExtendedPropertyInfoVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IEnumDebugExtendedPropertyInfo_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IEnumDebugExtendedPropertyInfo_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IEnumDebugExtendedPropertyInfo_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IEnumDebugExtendedPropertyInfo_Next(This,celt,rgExtendedPropertyInfo,pceltFetched) \
- (This)->lpVtbl -> Next(This,celt,rgExtendedPropertyInfo,pceltFetched)
- #define IEnumDebugExtendedPropertyInfo_Skip(This,celt) \
- (This)->lpVtbl -> Skip(This,celt)
- #define IEnumDebugExtendedPropertyInfo_Reset(This) \
- (This)->lpVtbl -> Reset(This)
- #define IEnumDebugExtendedPropertyInfo_Clone(This,pedpe) \
- (This)->lpVtbl -> Clone(This,pedpe)
- #define IEnumDebugExtendedPropertyInfo_GetCount(This,pcelt) \
- (This)->lpVtbl -> GetCount(This,pcelt)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- HRESULT STDMETHODCALLTYPE IEnumDebugExtendedPropertyInfo_Next_Proxy(
- IEnumDebugExtendedPropertyInfo * This,
- /* [in] */ ULONG celt,
- /* [length_is][size_is][out] */ ExtendedDebugPropertyInfo *rgExtendedPropertyInfo,
- /* [out] */ ULONG *pceltFetched);
- void __RPC_STUB IEnumDebugExtendedPropertyInfo_Next_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IEnumDebugExtendedPropertyInfo_Skip_Proxy(
- IEnumDebugExtendedPropertyInfo * This,
- /* [in] */ ULONG celt);
- void __RPC_STUB IEnumDebugExtendedPropertyInfo_Skip_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IEnumDebugExtendedPropertyInfo_Reset_Proxy(
- IEnumDebugExtendedPropertyInfo * This);
- void __RPC_STUB IEnumDebugExtendedPropertyInfo_Reset_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IEnumDebugExtendedPropertyInfo_Clone_Proxy(
- IEnumDebugExtendedPropertyInfo * This,
- /* [out] */ IEnumDebugExtendedPropertyInfo **pedpe);
- void __RPC_STUB IEnumDebugExtendedPropertyInfo_Clone_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IEnumDebugExtendedPropertyInfo_GetCount_Proxy(
- IEnumDebugExtendedPropertyInfo * This,
- /* [out] */ ULONG *pcelt);
- void __RPC_STUB IEnumDebugExtendedPropertyInfo_GetCount_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IEnumDebugExtendedPropertyInfo_INTERFACE_DEFINED__ */
- #ifndef __IPerPropertyBrowsing2_INTERFACE_DEFINED__
- #define __IPerPropertyBrowsing2_INTERFACE_DEFINED__
- /* interface IPerPropertyBrowsing2 */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IPerPropertyBrowsing2;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C54-CB0C-11d0-B5C9-00A0244A0E7A")
- IPerPropertyBrowsing2 : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE GetDisplayString(
- /* [in] */ DISPID dispid,
- /* [out] */ BSTR *pBstr) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE MapPropertyToPage(
- /* [in] */ DISPID dispid,
- /* [out] */ CLSID *pClsidPropPage) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE GetPredefinedStrings(
- /* [in] */ DISPID dispid,
- /* [out] */ CALPOLESTR *pCaStrings,
- /* [out] */ CADWORD *pCaCookies) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE SetPredefinedValue(
- /* [in] */ DISPID dispid,
- /* [in] */ DWORD dwCookie) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IPerPropertyBrowsing2Vtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IPerPropertyBrowsing2 * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IPerPropertyBrowsing2 * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IPerPropertyBrowsing2 * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetDisplayString )(
- IPerPropertyBrowsing2 * This,
- /* [in] */ DISPID dispid,
- /* [out] */ BSTR *pBstr);
-
- HRESULT ( STDMETHODCALLTYPE *MapPropertyToPage )(
- IPerPropertyBrowsing2 * This,
- /* [in] */ DISPID dispid,
- /* [out] */ CLSID *pClsidPropPage);
-
- HRESULT ( STDMETHODCALLTYPE *GetPredefinedStrings )(
- IPerPropertyBrowsing2 * This,
- /* [in] */ DISPID dispid,
- /* [out] */ CALPOLESTR *pCaStrings,
- /* [out] */ CADWORD *pCaCookies);
-
- HRESULT ( STDMETHODCALLTYPE *SetPredefinedValue )(
- IPerPropertyBrowsing2 * This,
- /* [in] */ DISPID dispid,
- /* [in] */ DWORD dwCookie);
-
- END_INTERFACE
- } IPerPropertyBrowsing2Vtbl;
- interface IPerPropertyBrowsing2
- {
- CONST_VTBL struct IPerPropertyBrowsing2Vtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IPerPropertyBrowsing2_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IPerPropertyBrowsing2_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IPerPropertyBrowsing2_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IPerPropertyBrowsing2_GetDisplayString(This,dispid,pBstr) \
- (This)->lpVtbl -> GetDisplayString(This,dispid,pBstr)
- #define IPerPropertyBrowsing2_MapPropertyToPage(This,dispid,pClsidPropPage) \
- (This)->lpVtbl -> MapPropertyToPage(This,dispid,pClsidPropPage)
- #define IPerPropertyBrowsing2_GetPredefinedStrings(This,dispid,pCaStrings,pCaCookies) \
- (This)->lpVtbl -> GetPredefinedStrings(This,dispid,pCaStrings,pCaCookies)
- #define IPerPropertyBrowsing2_SetPredefinedValue(This,dispid,dwCookie) \
- (This)->lpVtbl -> SetPredefinedValue(This,dispid,dwCookie)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- HRESULT STDMETHODCALLTYPE IPerPropertyBrowsing2_GetDisplayString_Proxy(
- IPerPropertyBrowsing2 * This,
- /* [in] */ DISPID dispid,
- /* [out] */ BSTR *pBstr);
- void __RPC_STUB IPerPropertyBrowsing2_GetDisplayString_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IPerPropertyBrowsing2_MapPropertyToPage_Proxy(
- IPerPropertyBrowsing2 * This,
- /* [in] */ DISPID dispid,
- /* [out] */ CLSID *pClsidPropPage);
- void __RPC_STUB IPerPropertyBrowsing2_MapPropertyToPage_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IPerPropertyBrowsing2_GetPredefinedStrings_Proxy(
- IPerPropertyBrowsing2 * This,
- /* [in] */ DISPID dispid,
- /* [out] */ CALPOLESTR *pCaStrings,
- /* [out] */ CADWORD *pCaCookies);
- void __RPC_STUB IPerPropertyBrowsing2_GetPredefinedStrings_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IPerPropertyBrowsing2_SetPredefinedValue_Proxy(
- IPerPropertyBrowsing2 * This,
- /* [in] */ DISPID dispid,
- /* [in] */ DWORD dwCookie);
- void __RPC_STUB IPerPropertyBrowsing2_SetPredefinedValue_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IPerPropertyBrowsing2_INTERFACE_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_All_INTERFACE_DEFINED__
- #define __IDebugPropertyEnumType_All_INTERFACE_DEFINED__
- /* interface IDebugPropertyEnumType_All */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IDebugPropertyEnumType_All;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C55-CB0C-11d0-B5C9-00A0244A0E7A")
- IDebugPropertyEnumType_All : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE GetName(
- /* [out] */ BSTR *__MIDL_0011) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IDebugPropertyEnumType_AllVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IDebugPropertyEnumType_All * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IDebugPropertyEnumType_All * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IDebugPropertyEnumType_All * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetName )(
- IDebugPropertyEnumType_All * This,
- /* [out] */ BSTR *__MIDL_0011);
-
- END_INTERFACE
- } IDebugPropertyEnumType_AllVtbl;
- interface IDebugPropertyEnumType_All
- {
- CONST_VTBL struct IDebugPropertyEnumType_AllVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IDebugPropertyEnumType_All_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IDebugPropertyEnumType_All_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IDebugPropertyEnumType_All_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IDebugPropertyEnumType_All_GetName(This,__MIDL_0011) \
- (This)->lpVtbl -> GetName(This,__MIDL_0011)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- HRESULT STDMETHODCALLTYPE IDebugPropertyEnumType_All_GetName_Proxy(
- IDebugPropertyEnumType_All * This,
- /* [out] */ BSTR *__MIDL_0011);
- void __RPC_STUB IDebugPropertyEnumType_All_GetName_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IDebugPropertyEnumType_All_INTERFACE_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_Locals_INTERFACE_DEFINED__
- #define __IDebugPropertyEnumType_Locals_INTERFACE_DEFINED__
- /* interface IDebugPropertyEnumType_Locals */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IDebugPropertyEnumType_Locals;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C56-CB0C-11d0-B5C9-00A0244A0E7A")
- IDebugPropertyEnumType_Locals : public IDebugPropertyEnumType_All
- {
- public:
- };
-
- #else /* C style interface */
- typedef struct IDebugPropertyEnumType_LocalsVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IDebugPropertyEnumType_Locals * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IDebugPropertyEnumType_Locals * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IDebugPropertyEnumType_Locals * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetName )(
- IDebugPropertyEnumType_Locals * This,
- /* [out] */ BSTR *__MIDL_0011);
-
- END_INTERFACE
- } IDebugPropertyEnumType_LocalsVtbl;
- interface IDebugPropertyEnumType_Locals
- {
- CONST_VTBL struct IDebugPropertyEnumType_LocalsVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IDebugPropertyEnumType_Locals_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IDebugPropertyEnumType_Locals_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IDebugPropertyEnumType_Locals_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IDebugPropertyEnumType_Locals_GetName(This,__MIDL_0011) \
- (This)->lpVtbl -> GetName(This,__MIDL_0011)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- #endif /* __IDebugPropertyEnumType_Locals_INTERFACE_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_Arguments_INTERFACE_DEFINED__
- #define __IDebugPropertyEnumType_Arguments_INTERFACE_DEFINED__
- /* interface IDebugPropertyEnumType_Arguments */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IDebugPropertyEnumType_Arguments;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C57-CB0C-11d0-B5C9-00A0244A0E7A")
- IDebugPropertyEnumType_Arguments : public IDebugPropertyEnumType_All
- {
- public:
- };
-
- #else /* C style interface */
- typedef struct IDebugPropertyEnumType_ArgumentsVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IDebugPropertyEnumType_Arguments * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IDebugPropertyEnumType_Arguments * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IDebugPropertyEnumType_Arguments * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetName )(
- IDebugPropertyEnumType_Arguments * This,
- /* [out] */ BSTR *__MIDL_0011);
-
- END_INTERFACE
- } IDebugPropertyEnumType_ArgumentsVtbl;
- interface IDebugPropertyEnumType_Arguments
- {
- CONST_VTBL struct IDebugPropertyEnumType_ArgumentsVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IDebugPropertyEnumType_Arguments_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IDebugPropertyEnumType_Arguments_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IDebugPropertyEnumType_Arguments_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IDebugPropertyEnumType_Arguments_GetName(This,__MIDL_0011) \
- (This)->lpVtbl -> GetName(This,__MIDL_0011)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- #endif /* __IDebugPropertyEnumType_Arguments_INTERFACE_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_LocalsPlusArgs_INTERFACE_DEFINED__
- #define __IDebugPropertyEnumType_LocalsPlusArgs_INTERFACE_DEFINED__
- /* interface IDebugPropertyEnumType_LocalsPlusArgs */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IDebugPropertyEnumType_LocalsPlusArgs;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C58-CB0C-11d0-B5C9-00A0244A0E7A")
- IDebugPropertyEnumType_LocalsPlusArgs : public IDebugPropertyEnumType_All
- {
- public:
- };
-
- #else /* C style interface */
- typedef struct IDebugPropertyEnumType_LocalsPlusArgsVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IDebugPropertyEnumType_LocalsPlusArgs * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IDebugPropertyEnumType_LocalsPlusArgs * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IDebugPropertyEnumType_LocalsPlusArgs * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetName )(
- IDebugPropertyEnumType_LocalsPlusArgs * This,
- /* [out] */ BSTR *__MIDL_0011);
-
- END_INTERFACE
- } IDebugPropertyEnumType_LocalsPlusArgsVtbl;
- interface IDebugPropertyEnumType_LocalsPlusArgs
- {
- CONST_VTBL struct IDebugPropertyEnumType_LocalsPlusArgsVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IDebugPropertyEnumType_LocalsPlusArgs_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IDebugPropertyEnumType_LocalsPlusArgs_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IDebugPropertyEnumType_LocalsPlusArgs_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IDebugPropertyEnumType_LocalsPlusArgs_GetName(This,__MIDL_0011) \
- (This)->lpVtbl -> GetName(This,__MIDL_0011)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- #endif /* __IDebugPropertyEnumType_LocalsPlusArgs_INTERFACE_DEFINED__ */
- #ifndef __IDebugPropertyEnumType_Registers_INTERFACE_DEFINED__
- #define __IDebugPropertyEnumType_Registers_INTERFACE_DEFINED__
- /* interface IDebugPropertyEnumType_Registers */
- /* [unique][uuid][object] */
- EXTERN_C const IID IID_IDebugPropertyEnumType_Registers;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("51973C59-CB0C-11d0-B5C9-00A0244A0E7A")
- IDebugPropertyEnumType_Registers : public IDebugPropertyEnumType_All
- {
- public:
- };
-
- #else /* C style interface */
- typedef struct IDebugPropertyEnumType_RegistersVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IDebugPropertyEnumType_Registers * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IDebugPropertyEnumType_Registers * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IDebugPropertyEnumType_Registers * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetName )(
- IDebugPropertyEnumType_Registers * This,
- /* [out] */ BSTR *__MIDL_0011);
-
- END_INTERFACE
- } IDebugPropertyEnumType_RegistersVtbl;
- interface IDebugPropertyEnumType_Registers
- {
- CONST_VTBL struct IDebugPropertyEnumType_RegistersVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IDebugPropertyEnumType_Registers_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IDebugPropertyEnumType_Registers_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IDebugPropertyEnumType_Registers_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IDebugPropertyEnumType_Registers_GetName(This,__MIDL_0011) \
- (This)->lpVtbl -> GetName(This,__MIDL_0011)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- #endif /* __IDebugPropertyEnumType_Registers_INTERFACE_DEFINED__ */
- /* Additional Prototypes for ALL interfaces */
- unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
- unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
- unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
- void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
- unsigned long __RPC_USER VARIANT_UserSize( unsigned long *, unsigned long , VARIANT * );
- unsigned char * __RPC_USER VARIANT_UserMarshal( unsigned long *, unsigned char *, VARIANT * );
- unsigned char * __RPC_USER VARIANT_UserUnmarshal(unsigned long *, unsigned char *, VARIANT * );
- void __RPC_USER VARIANT_UserFree( unsigned long *, VARIANT * );
- /* [local] */ HRESULT STDMETHODCALLTYPE IDebugProperty_GetPropertyInfo_Proxy(
- IDebugProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ DebugPropertyInfo *pPropertyInfo);
- /* [call_as] */ HRESULT STDMETHODCALLTYPE IDebugProperty_GetPropertyInfo_Stub(
- IDebugProperty * This,
- /* [in] */ DWORD dwFieldSpec,
- /* [in] */ UINT nRadix,
- /* [out] */ DWORD *dwValidFields,
- /* [out] */ BSTR *pbstrName,
- /* [out] */ BSTR *pbstrType,
- /* [out] */ BSTR *pbstrValue,
- /* [out] */ BSTR *pbstrFullName,
- /* [out] */ DWORD *pdwAttrib,
- /* [unique][out][in] */ IDebugProperty **ppDebugProperty);
- /* [local] */ HRESULT STDMETHODCALLTYPE IEnumDebugPropertyInfo_Next_Proxy(
- IEnumDebugPropertyInfo * This,
- /* [in] */ ULONG celt,
- /* [out] */ DebugPropertyInfo *pi,
- /* [out] */ ULONG *pcEltsfetched);
- /* [call_as] */ HRESULT __stdcall IEnumDebugPropertyInfo_Next_Stub(
- IEnumDebugPropertyInfo * This,
- /* [in] */ ULONG celt,
- /* [length_is][size_is][unique][out][in] */ DebugPropertyInfo *pinfo,
- /* [out] */ ULONG *pcEltsfetched);
- /* end of Additional Prototypes */
- #ifdef __cplusplus
- }
- #endif
- #endif
|