123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612 |
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
- /* File created by MIDL compiler version 6.00.0361 */
- /* Compiler settings for wmsplugin.idl:
- Oicf, W1, Zp8, env=Win32 (32b run)
- protocol : dce , ms_ext, c_ext, robust
- 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( )
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- /* verify that the <rpcndr.h> version is high enough to compile this file*/
- #ifndef __REQUIRED_RPCNDR_H_VERSION__
- #define __REQUIRED_RPCNDR_H_VERSION__ 475
- #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 __wmsplugin_h__
- #define __wmsplugin_h__
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
- #endif
- /* Forward Declarations */
- #ifndef __IWMSPlugin_FWD_DEFINED__
- #define __IWMSPlugin_FWD_DEFINED__
- typedef interface IWMSPlugin IWMSPlugin;
- #endif /* __IWMSPlugin_FWD_DEFINED__ */
- /* header files for imported files */
- #include "oaidl.h"
- #include "WMSNamedValues.h"
- #ifdef __cplusplus
- extern "C"{
- #endif
- void * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void * );
- /* interface __MIDL_itf_wmsplugin_0000 */
- /* [local] */
- //*****************************************************************************
- //
- // Microsoft Windows Media
- // Copyright (C) Microsoft Corporation. All rights reserved.
- //
- // Automatically generated by Midl from wmsplugin.idl
- //
- // DO NOT EDIT THIS FILE.
- //
- //*****************************************************************************
- typedef /* [uuid][public] */ DECLSPEC_UUID("56209C38-39FA-432a-8068-307B7BAE01B8")
- enum WMS_PLUGIN_LOAD_TYPE
- { WMS_PLUGIN_LOAD_TYPE_UNSPECIFIED = 0,
- WMS_PLUGIN_LOAD_TYPE_IN_PROC = 1,
- WMS_PLUGIN_LOAD_TYPE_OUT_OF_PROC = 2,
- WMS_NUM_PLUGIN_LOAD_TYPE = 3
- } WMS_PLUGIN_LOAD_TYPE;
- typedef /* [uuid][public] */ DECLSPEC_UUID("56209C39-39FA-432a-8068-307B7BAE01B8")
- enum WMS_PLUGIN_UNSUPPORTED_LOAD_TYPE
- { WMS_PLUGIN_UNSUPPORTED_LOAD_TYPE_NONE = 0,
- WMS_PLUGIN_UNSUPPORTED_LOAD_TYPE_IN_PROC = 1,
- WMS_PLUGIN_UNSUPPORTED_LOAD_TYPE_OUT_OF_PROC = 2
- } WMS_PLUGIN_UNSUPPORTED_LOAD_TYPE;
- typedef /* [uuid][public] */ DECLSPEC_UUID("8AC2B32C-A223-4134-8DCF-6673C95CE924")
- enum WMS_PLUGIN_SUPPORT_TYPE
- { WMS_PLUGIN_SUPPORT_IS_SUPPORTED = 0,
- WMS_PLUGIN_SUPPORT_REQUIRES_ADVANCED_SERVER = 1
- } WMS_PLUGIN_SUPPORT_TYPE;
- extern RPC_IF_HANDLE __MIDL_itf_wmsplugin_0000_v0_0_c_ifspec;
- extern RPC_IF_HANDLE __MIDL_itf_wmsplugin_0000_v0_0_s_ifspec;
- #ifndef __IWMSPlugin_INTERFACE_DEFINED__
- #define __IWMSPlugin_INTERFACE_DEFINED__
- /* interface IWMSPlugin */
- /* [unique][helpstring][nonextensible][dual][uuid][object] */
- typedef /* [uuid][public] */ DECLSPEC_UUID("3E52E0E2-72A7-11D2-BF2F-00805FBE84A6")
- enum WMS_PLUGIN_STATUS
- { WMS_PLUGIN_NONE = 0,
- WMS_PLUGIN_ERROR = 0x1,
- WMS_PLUGIN_LOADED = 0x2,
- WMS_PLUGIN_ENABLED = 0x4,
- WMS_PLUGIN_LOADED_IN_PROC = 0x8,
- WMS_PLUGIN_LOADED_OUT_OF_PROC = 0x10,
- WMS_PLUGIN_REMOVE_ON_SERVICE_RESTART = 0x20
- } WMS_PLUGIN_STATUS;
- EXTERN_C const IID IID_IWMSPlugin;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("517758ed-603c-4b98-82c1-4b2fa7787166")
- IWMSPlugin : public IDispatch
- {
- public:
- virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Name(
- /* [in] */ BSTR pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Name(
- /* [retval][out] */ BSTR *pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Enabled(
- /* [retval][out] */ VARIANT_BOOL *pVal) = 0;
-
- virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Enabled(
- /* [in] */ VARIANT_BOOL newVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_CLSID(
- /* [retval][out] */ BSTR *pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_CustomInterface(
- /* [retval][out] */ IDispatch **ppVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Status(
- /* [retval][out] */ long *pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ErrorCode(
- /* [retval][out] */ long *pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Properties(
- /* [retval][out] */ IWMSNamedValues **pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Version(
- /* [retval][out] */ BSTR *pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LoadType(
- /* [retval][out] */ WMS_PLUGIN_LOAD_TYPE *pVal) = 0;
-
- virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_LoadType(
- /* [in] */ WMS_PLUGIN_LOAD_TYPE val) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ErrorText(
- /* [retval][out] */ BSTR *pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SelectionOrder(
- /* [retval][out] */ long *pVal) = 0;
-
- virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SelectionOrder(
- /* [in] */ long lVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SupportStatus(
- /* [retval][out] */ WMS_PLUGIN_SUPPORT_TYPE *pVal) = 0;
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_MonikerName(
- /* [retval][out] */ BSTR *pbstrVal) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IWMSPluginVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IWMSPlugin * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IWMSPlugin * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IWMSPlugin * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
- IWMSPlugin * This,
- /* [out] */ UINT *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
- IWMSPlugin * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo **ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
- IWMSPlugin * This,
- /* [in] */ REFIID riid,
- /* [size_is][in] */ LPOLESTR *rgszNames,
- /* [in] */ UINT cNames,
- /* [in] */ LCID lcid,
- /* [size_is][out] */ DISPID *rgDispId);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
- IWMSPlugin * This,
- /* [in] */ DISPID dispIdMember,
- /* [in] */ REFIID riid,
- /* [in] */ LCID lcid,
- /* [in] */ WORD wFlags,
- /* [out][in] */ DISPPARAMS *pDispParams,
- /* [out] */ VARIANT *pVarResult,
- /* [out] */ EXCEPINFO *pExcepInfo,
- /* [out] */ UINT *puArgErr);
-
- /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Name )(
- IWMSPlugin * This,
- /* [in] */ BSTR pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Name )(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Enabled )(
- IWMSPlugin * This,
- /* [retval][out] */ VARIANT_BOOL *pVal);
-
- /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Enabled )(
- IWMSPlugin * This,
- /* [in] */ VARIANT_BOOL newVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_CLSID )(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_CustomInterface )(
- IWMSPlugin * This,
- /* [retval][out] */ IDispatch **ppVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Status )(
- IWMSPlugin * This,
- /* [retval][out] */ long *pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ErrorCode )(
- IWMSPlugin * This,
- /* [retval][out] */ long *pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Properties )(
- IWMSPlugin * This,
- /* [retval][out] */ IWMSNamedValues **pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Version )(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LoadType )(
- IWMSPlugin * This,
- /* [retval][out] */ WMS_PLUGIN_LOAD_TYPE *pVal);
-
- /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_LoadType )(
- IWMSPlugin * This,
- /* [in] */ WMS_PLUGIN_LOAD_TYPE val);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ErrorText )(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SelectionOrder )(
- IWMSPlugin * This,
- /* [retval][out] */ long *pVal);
-
- /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SelectionOrder )(
- IWMSPlugin * This,
- /* [in] */ long lVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SupportStatus )(
- IWMSPlugin * This,
- /* [retval][out] */ WMS_PLUGIN_SUPPORT_TYPE *pVal);
-
- /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_MonikerName )(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pbstrVal);
-
- END_INTERFACE
- } IWMSPluginVtbl;
- interface IWMSPlugin
- {
- CONST_VTBL struct IWMSPluginVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IWMSPlugin_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IWMSPlugin_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IWMSPlugin_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IWMSPlugin_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
- #define IWMSPlugin_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
- #define IWMSPlugin_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
- #define IWMSPlugin_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
- #define IWMSPlugin_put_Name(This,pVal) \
- (This)->lpVtbl -> put_Name(This,pVal)
- #define IWMSPlugin_get_Name(This,pVal) \
- (This)->lpVtbl -> get_Name(This,pVal)
- #define IWMSPlugin_get_Enabled(This,pVal) \
- (This)->lpVtbl -> get_Enabled(This,pVal)
- #define IWMSPlugin_put_Enabled(This,newVal) \
- (This)->lpVtbl -> put_Enabled(This,newVal)
- #define IWMSPlugin_get_CLSID(This,pVal) \
- (This)->lpVtbl -> get_CLSID(This,pVal)
- #define IWMSPlugin_get_CustomInterface(This,ppVal) \
- (This)->lpVtbl -> get_CustomInterface(This,ppVal)
- #define IWMSPlugin_get_Status(This,pVal) \
- (This)->lpVtbl -> get_Status(This,pVal)
- #define IWMSPlugin_get_ErrorCode(This,pVal) \
- (This)->lpVtbl -> get_ErrorCode(This,pVal)
- #define IWMSPlugin_get_Properties(This,pVal) \
- (This)->lpVtbl -> get_Properties(This,pVal)
- #define IWMSPlugin_get_Version(This,pVal) \
- (This)->lpVtbl -> get_Version(This,pVal)
- #define IWMSPlugin_get_LoadType(This,pVal) \
- (This)->lpVtbl -> get_LoadType(This,pVal)
- #define IWMSPlugin_put_LoadType(This,val) \
- (This)->lpVtbl -> put_LoadType(This,val)
- #define IWMSPlugin_get_ErrorText(This,pVal) \
- (This)->lpVtbl -> get_ErrorText(This,pVal)
- #define IWMSPlugin_get_SelectionOrder(This,pVal) \
- (This)->lpVtbl -> get_SelectionOrder(This,pVal)
- #define IWMSPlugin_put_SelectionOrder(This,lVal) \
- (This)->lpVtbl -> put_SelectionOrder(This,lVal)
- #define IWMSPlugin_get_SupportStatus(This,pVal) \
- (This)->lpVtbl -> get_SupportStatus(This,pVal)
- #define IWMSPlugin_get_MonikerName(This,pbstrVal) \
- (This)->lpVtbl -> get_MonikerName(This,pbstrVal)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_put_Name_Proxy(
- IWMSPlugin * This,
- /* [in] */ BSTR pVal);
- void __RPC_STUB IWMSPlugin_put_Name_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_Name_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pVal);
- void __RPC_STUB IWMSPlugin_get_Name_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_Enabled_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ VARIANT_BOOL *pVal);
- void __RPC_STUB IWMSPlugin_get_Enabled_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_put_Enabled_Proxy(
- IWMSPlugin * This,
- /* [in] */ VARIANT_BOOL newVal);
- void __RPC_STUB IWMSPlugin_put_Enabled_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_CLSID_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pVal);
- void __RPC_STUB IWMSPlugin_get_CLSID_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_CustomInterface_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ IDispatch **ppVal);
- void __RPC_STUB IWMSPlugin_get_CustomInterface_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_Status_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ long *pVal);
- void __RPC_STUB IWMSPlugin_get_Status_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_ErrorCode_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ long *pVal);
- void __RPC_STUB IWMSPlugin_get_ErrorCode_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_Properties_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ IWMSNamedValues **pVal);
- void __RPC_STUB IWMSPlugin_get_Properties_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_Version_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pVal);
- void __RPC_STUB IWMSPlugin_get_Version_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_LoadType_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ WMS_PLUGIN_LOAD_TYPE *pVal);
- void __RPC_STUB IWMSPlugin_get_LoadType_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_put_LoadType_Proxy(
- IWMSPlugin * This,
- /* [in] */ WMS_PLUGIN_LOAD_TYPE val);
- void __RPC_STUB IWMSPlugin_put_LoadType_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_ErrorText_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pVal);
- void __RPC_STUB IWMSPlugin_get_ErrorText_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_SelectionOrder_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ long *pVal);
- void __RPC_STUB IWMSPlugin_get_SelectionOrder_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_put_SelectionOrder_Proxy(
- IWMSPlugin * This,
- /* [in] */ long lVal);
- void __RPC_STUB IWMSPlugin_put_SelectionOrder_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_SupportStatus_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ WMS_PLUGIN_SUPPORT_TYPE *pVal);
- void __RPC_STUB IWMSPlugin_get_SupportStatus_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWMSPlugin_get_MonikerName_Proxy(
- IWMSPlugin * This,
- /* [retval][out] */ BSTR *pbstrVal);
- void __RPC_STUB IWMSPlugin_get_MonikerName_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IWMSPlugin_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 * );
- /* end of Additional Prototypes */
- #ifdef __cplusplus
- }
- #endif
- #endif
|