|
|
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */ /* Compiler settings for wmsplaylistparser.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 __wmsplaylistparser_h__
#define __wmsplaylistparser_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IWMSPlaylistParser_FWD_DEFINED__
#define __IWMSPlaylistParser_FWD_DEFINED__
typedef interface IWMSPlaylistParser IWMSPlaylistParser; #endif /* __IWMSPlaylistParser_FWD_DEFINED__ */
#ifndef __IWMSPlaylistParserCallback_FWD_DEFINED__
#define __IWMSPlaylistParserCallback_FWD_DEFINED__
typedef interface IWMSPlaylistParserCallback IWMSPlaylistParserCallback; #endif /* __IWMSPlaylistParserCallback_FWD_DEFINED__ */
#ifndef __IWMSPlaylistParserPlugin_FWD_DEFINED__
#define __IWMSPlaylistParserPlugin_FWD_DEFINED__
typedef interface IWMSPlaylistParserPlugin IWMSPlaylistParserPlugin; #endif /* __IWMSPlaylistParserPlugin_FWD_DEFINED__ */
#ifndef __IWMSPlaylistParserPluginCallback_FWD_DEFINED__
#define __IWMSPlaylistParserPluginCallback_FWD_DEFINED__
typedef interface IWMSPlaylistParserPluginCallback IWMSPlaylistParserPluginCallback; #endif /* __IWMSPlaylistParserPluginCallback_FWD_DEFINED__ */
/* header files for imported files */ #include "oaidl.h"
#include "xmldom.h"
#include "nsscore.h"
#include "wmsbuffer.h"
#include "dataContainer.h"
#ifdef __cplusplus
extern "C"{ #endif
void * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void * );
/* interface __MIDL_itf_wmsplaylistparser_0000 */ /* [local] */
//*****************************************************************************
//
// Microsoft Windows Media
// Copyright (C) Microsoft Corporation. All rights reserved.
//
// Automatically generated by Midl from WMSPlaylistParser.idl
//
// DO NOT EDIT THIS FILE.
//
//*****************************************************************************
EXTERN_GUID( IID_IWMSPlaylistParser, 0xee1f2ec, 0x48ef, 0x11d2, 0x9e, 0xff, 0x0, 0x60, 0x97, 0xd2, 0xd7, 0xcf ); EXTERN_GUID( IID_IWMSPlaylistParserCallback, 0xee1f2ed, 0x48ef, 0x11d2, 0x9e, 0xff, 0x0, 0x60, 0x97, 0xd2, 0xd7, 0xcf ); EXTERN_GUID( IID_IWMSPlaylistParserPlugin, 0xfa8764c1, 0x90a2, 0x11d2, 0x9f, 0x22, 0x0, 0x60, 0x97, 0xd2, 0xd7, 0xcf ); EXTERN_GUID( IID_IWMSPlaylistParserPluginCallback, 0xfa8764c2, 0x90a2, 0x11d2, 0x9f, 0x22, 0x0, 0x60, 0x97, 0xd2, 0xd7, 0xcf );
extern RPC_IF_HANDLE __MIDL_itf_wmsplaylistparser_0000_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_wmsplaylistparser_0000_v0_0_s_ifspec;
#ifndef __IWMSPlaylistParser_INTERFACE_DEFINED__
#define __IWMSPlaylistParser_INTERFACE_DEFINED__
/* interface IWMSPlaylistParser */ /* [helpstring][version][uuid][unique][object] */
EXTERN_C const IID IID_IWMSPlaylistParser;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0EE1F2EC-48EF-11d2-9EFF-006097D2D7CF") IWMSPlaylistParser : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE ReadPlaylist( /* [in] */ INSSBuffer *pBuffer, /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE WritePlaylist( /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE ReadPlaylistFromDirectory( /* [in] */ IWMSDirectory *pDirectory, /* [in] */ LPWSTR pszwFilePattern, /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext) = 0; }; #else /* C style interface */
typedef struct IWMSPlaylistParserVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSPlaylistParser * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSPlaylistParser * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSPlaylistParser * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *ReadPlaylist )( IWMSPlaylistParser * This, /* [in] */ INSSBuffer *pBuffer, /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *WritePlaylist )( IWMSPlaylistParser * This, /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *ReadPlaylistFromDirectory )( IWMSPlaylistParser * This, /* [in] */ IWMSDirectory *pDirectory, /* [in] */ LPWSTR pszwFilePattern, /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext); END_INTERFACE } IWMSPlaylistParserVtbl;
interface IWMSPlaylistParser { CONST_VTBL struct IWMSPlaylistParserVtbl *lpVtbl; };
#ifdef COBJMACROS
#define IWMSPlaylistParser_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IWMSPlaylistParser_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IWMSPlaylistParser_Release(This) \
(This)->lpVtbl -> Release(This)
#define IWMSPlaylistParser_ReadPlaylist(This,pBuffer,pPlaylist,pCallback,qwContext) \
(This)->lpVtbl -> ReadPlaylist(This,pBuffer,pPlaylist,pCallback,qwContext)
#define IWMSPlaylistParser_WritePlaylist(This,pPlaylist,pCallback,qwContext) \
(This)->lpVtbl -> WritePlaylist(This,pPlaylist,pCallback,qwContext)
#define IWMSPlaylistParser_ReadPlaylistFromDirectory(This,pDirectory,pszwFilePattern,pPlaylist,pCallback,qwContext) \
(This)->lpVtbl -> ReadPlaylistFromDirectory(This,pDirectory,pszwFilePattern,pPlaylist,pCallback,qwContext)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSPlaylistParser_ReadPlaylist_Proxy( IWMSPlaylistParser * This, /* [in] */ INSSBuffer *pBuffer, /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext);
void __RPC_STUB IWMSPlaylistParser_ReadPlaylist_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase);
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSPlaylistParser_WritePlaylist_Proxy( IWMSPlaylistParser * This, /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext);
void __RPC_STUB IWMSPlaylistParser_WritePlaylist_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase);
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSPlaylistParser_ReadPlaylistFromDirectory_Proxy( IWMSPlaylistParser * This, /* [in] */ IWMSDirectory *pDirectory, /* [in] */ LPWSTR pszwFilePattern, /* [in] */ IXMLDOMDocument *pPlaylist, /* [in] */ IWMSPlaylistParserCallback *pCallback, /* [in] */ QWORD qwContext);
void __RPC_STUB IWMSPlaylistParser_ReadPlaylistFromDirectory_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase);
#endif /* __IWMSPlaylistParser_INTERFACE_DEFINED__ */
#ifndef __IWMSPlaylistParserCallback_INTERFACE_DEFINED__
#define __IWMSPlaylistParserCallback_INTERFACE_DEFINED__
/* interface IWMSPlaylistParserCallback */ /* [helpstring][version][uuid][unique][object] */
EXTERN_C const IID IID_IWMSPlaylistParserCallback;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0EE1F2ED-48EF-11d2-9EFF-006097D2D7CF") IWMSPlaylistParserCallback : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnReadPlaylist( /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnWritePlaylist( /* [in] */ HRESULT hr, /* [in] */ INSSBuffer *pBuffer, /* [in] */ QWORD qwContext) = 0; }; #else /* C style interface */
typedef struct IWMSPlaylistParserCallbackVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSPlaylistParserCallback * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSPlaylistParserCallback * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSPlaylistParserCallback * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnReadPlaylist )( IWMSPlaylistParserCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnWritePlaylist )( IWMSPlaylistParserCallback * This, /* [in] */ HRESULT hr, /* [in] */ INSSBuffer *pBuffer, /* [in] */ QWORD qwContext); END_INTERFACE } IWMSPlaylistParserCallbackVtbl;
interface IWMSPlaylistParserCallback { CONST_VTBL struct IWMSPlaylistParserCallbackVtbl *lpVtbl; };
#ifdef COBJMACROS
#define IWMSPlaylistParserCallback_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IWMSPlaylistParserCallback_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IWMSPlaylistParserCallback_Release(This) \
(This)->lpVtbl -> Release(This)
#define IWMSPlaylistParserCallback_OnReadPlaylist(This,hr,qwContext) \
(This)->lpVtbl -> OnReadPlaylist(This,hr,qwContext)
#define IWMSPlaylistParserCallback_OnWritePlaylist(This,hr,pBuffer,qwContext) \
(This)->lpVtbl -> OnWritePlaylist(This,hr,pBuffer,qwContext)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSPlaylistParserCallback_OnReadPlaylist_Proxy( IWMSPlaylistParserCallback * This, /* [in] */ HRESULT hr, /* [in] */ QWORD qwContext);
void __RPC_STUB IWMSPlaylistParserCallback_OnReadPlaylist_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase);
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSPlaylistParserCallback_OnWritePlaylist_Proxy( IWMSPlaylistParserCallback * This, /* [in] */ HRESULT hr, /* [in] */ INSSBuffer *pBuffer, /* [in] */ QWORD qwContext);
void __RPC_STUB IWMSPlaylistParserCallback_OnWritePlaylist_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase);
#endif /* __IWMSPlaylistParserCallback_INTERFACE_DEFINED__ */
#ifndef __IWMSPlaylistParserPlugin_INTERFACE_DEFINED__
#define __IWMSPlaylistParserPlugin_INTERFACE_DEFINED__
/* interface IWMSPlaylistParserPlugin */ /* [helpstring][version][uuid][unique][object] */
EXTERN_C const IID IID_IWMSPlaylistParserPlugin;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("FA8764C1-90A2-11d2-9F22-006097D2D7CF") IWMSPlaylistParserPlugin : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE CreatePlaylistParser( /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUser, /* [in] */ IWMSContext *pPresentation, /* [in] */ DWORD dwFlags, /* [in] */ IWMSClassObject *pFactory, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSPlaylistParserPluginCallback *pCallback, /* [in] */ QWORD qwContext) = 0; }; #else /* C style interface */
typedef struct IWMSPlaylistParserPluginVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSPlaylistParserPlugin * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSPlaylistParserPlugin * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSPlaylistParserPlugin * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *CreatePlaylistParser )( IWMSPlaylistParserPlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUser, /* [in] */ IWMSContext *pPresentation, /* [in] */ DWORD dwFlags, /* [in] */ IWMSClassObject *pFactory, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSPlaylistParserPluginCallback *pCallback, /* [in] */ QWORD qwContext); END_INTERFACE } IWMSPlaylistParserPluginVtbl;
interface IWMSPlaylistParserPlugin { CONST_VTBL struct IWMSPlaylistParserPluginVtbl *lpVtbl; };
#ifdef COBJMACROS
#define IWMSPlaylistParserPlugin_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IWMSPlaylistParserPlugin_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IWMSPlaylistParserPlugin_Release(This) \
(This)->lpVtbl -> Release(This)
#define IWMSPlaylistParserPlugin_CreatePlaylistParser(This,pCommandContext,pUser,pPresentation,dwFlags,pFactory,pBufferAllocator,pCallback,qwContext) \
(This)->lpVtbl -> CreatePlaylistParser(This,pCommandContext,pUser,pPresentation,dwFlags,pFactory,pBufferAllocator,pCallback,qwContext)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSPlaylistParserPlugin_CreatePlaylistParser_Proxy( IWMSPlaylistParserPlugin * This, /* [in] */ IWMSCommandContext *pCommandContext, /* [in] */ IWMSContext *pUser, /* [in] */ IWMSContext *pPresentation, /* [in] */ DWORD dwFlags, /* [in] */ IWMSClassObject *pFactory, /* [in] */ IWMSBufferAllocator *pBufferAllocator, /* [in] */ IWMSPlaylistParserPluginCallback *pCallback, /* [in] */ QWORD qwContext);
void __RPC_STUB IWMSPlaylistParserPlugin_CreatePlaylistParser_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase);
#endif /* __IWMSPlaylistParserPlugin_INTERFACE_DEFINED__ */
#ifndef __IWMSPlaylistParserPluginCallback_INTERFACE_DEFINED__
#define __IWMSPlaylistParserPluginCallback_INTERFACE_DEFINED__
/* interface IWMSPlaylistParserPluginCallback */ /* [helpstring][version][uuid][unique][object] */
EXTERN_C const IID IID_IWMSPlaylistParserPluginCallback;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("FA8764C2-90A2-11d2-9F22-006097D2D7CF") IWMSPlaylistParserPluginCallback : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnCreatePlaylistParser( /* [in] */ HRESULT hr, /* [in] */ IWMSPlaylistParser *pParser, /* [in] */ QWORD qwContext) = 0; }; #else /* C style interface */
typedef struct IWMSPlaylistParserPluginCallbackVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IWMSPlaylistParserPluginCallback * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IWMSPlaylistParserPluginCallback * This); ULONG ( STDMETHODCALLTYPE *Release )( IWMSPlaylistParserPluginCallback * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *OnCreatePlaylistParser )( IWMSPlaylistParserPluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IWMSPlaylistParser *pParser, /* [in] */ QWORD qwContext); END_INTERFACE } IWMSPlaylistParserPluginCallbackVtbl;
interface IWMSPlaylistParserPluginCallback { CONST_VTBL struct IWMSPlaylistParserPluginCallbackVtbl *lpVtbl; };
#ifdef COBJMACROS
#define IWMSPlaylistParserPluginCallback_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IWMSPlaylistParserPluginCallback_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IWMSPlaylistParserPluginCallback_Release(This) \
(This)->lpVtbl -> Release(This)
#define IWMSPlaylistParserPluginCallback_OnCreatePlaylistParser(This,hr,pParser,qwContext) \
(This)->lpVtbl -> OnCreatePlaylistParser(This,hr,pParser,qwContext)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSPlaylistParserPluginCallback_OnCreatePlaylistParser_Proxy( IWMSPlaylistParserPluginCallback * This, /* [in] */ HRESULT hr, /* [in] */ IWMSPlaylistParser *pParser, /* [in] */ QWORD qwContext);
void __RPC_STUB IWMSPlaylistParserPluginCallback_OnCreatePlaylistParser_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase);
#endif /* __IWMSPlaylistParserPluginCallback_INTERFACE_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
} #endif
#endif
|