1195 lines
38 KiB
C++
1195 lines
38 KiB
C++
|
|
#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 mdhcp.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( )
|
|
|
|
|
|
/* 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 __mdhcp_h__
|
|
#define __mdhcp_h__
|
|
|
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
|
#pragma once
|
|
#endif
|
|
|
|
/* Forward Declarations */
|
|
|
|
#ifndef __IMcastScope_FWD_DEFINED__
|
|
#define __IMcastScope_FWD_DEFINED__
|
|
typedef interface IMcastScope IMcastScope;
|
|
#endif /* __IMcastScope_FWD_DEFINED__ */
|
|
|
|
|
|
#ifndef __IMcastLeaseInfo_FWD_DEFINED__
|
|
#define __IMcastLeaseInfo_FWD_DEFINED__
|
|
typedef interface IMcastLeaseInfo IMcastLeaseInfo;
|
|
#endif /* __IMcastLeaseInfo_FWD_DEFINED__ */
|
|
|
|
|
|
#ifndef __IEnumMcastScope_FWD_DEFINED__
|
|
#define __IEnumMcastScope_FWD_DEFINED__
|
|
typedef interface IEnumMcastScope IEnumMcastScope;
|
|
#endif /* __IEnumMcastScope_FWD_DEFINED__ */
|
|
|
|
|
|
#ifndef __IMcastAddressAllocation_FWD_DEFINED__
|
|
#define __IMcastAddressAllocation_FWD_DEFINED__
|
|
typedef interface IMcastAddressAllocation IMcastAddressAllocation;
|
|
#endif /* __IMcastAddressAllocation_FWD_DEFINED__ */
|
|
|
|
|
|
#ifndef __IMcastScope_FWD_DEFINED__
|
|
#define __IMcastScope_FWD_DEFINED__
|
|
typedef interface IMcastScope IMcastScope;
|
|
#endif /* __IMcastScope_FWD_DEFINED__ */
|
|
|
|
|
|
#ifndef __IMcastLeaseInfo_FWD_DEFINED__
|
|
#define __IMcastLeaseInfo_FWD_DEFINED__
|
|
typedef interface IMcastLeaseInfo IMcastLeaseInfo;
|
|
#endif /* __IMcastLeaseInfo_FWD_DEFINED__ */
|
|
|
|
|
|
#ifndef __IEnumMcastScope_FWD_DEFINED__
|
|
#define __IEnumMcastScope_FWD_DEFINED__
|
|
typedef interface IEnumMcastScope IEnumMcastScope;
|
|
#endif /* __IEnumMcastScope_FWD_DEFINED__ */
|
|
|
|
|
|
#ifndef __IMcastAddressAllocation_FWD_DEFINED__
|
|
#define __IMcastAddressAllocation_FWD_DEFINED__
|
|
typedef interface IMcastAddressAllocation IMcastAddressAllocation;
|
|
#endif /* __IMcastAddressAllocation_FWD_DEFINED__ */
|
|
|
|
|
|
#ifndef __McastAddressAllocation_FWD_DEFINED__
|
|
#define __McastAddressAllocation_FWD_DEFINED__
|
|
|
|
#ifdef __cplusplus
|
|
typedef class McastAddressAllocation McastAddressAllocation;
|
|
#else
|
|
typedef struct McastAddressAllocation McastAddressAllocation;
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* __McastAddressAllocation_FWD_DEFINED__ */
|
|
|
|
|
|
/* header files for imported files */
|
|
#include "oaidl.h"
|
|
#include "ocidl.h"
|
|
#include "tapi3if.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
void * __RPC_USER MIDL_user_allocate(size_t);
|
|
void __RPC_USER MIDL_user_free( void * );
|
|
|
|
/* interface __MIDL_itf_mdhcp_0000 */
|
|
/* [local] */
|
|
|
|
/* Copyright (c) Microsoft Corporation. All rights reserved.*/
|
|
|
|
|
|
extern RPC_IF_HANDLE __MIDL_itf_mdhcp_0000_v0_0_c_ifspec;
|
|
extern RPC_IF_HANDLE __MIDL_itf_mdhcp_0000_v0_0_s_ifspec;
|
|
|
|
#ifndef __IMcastScope_INTERFACE_DEFINED__
|
|
#define __IMcastScope_INTERFACE_DEFINED__
|
|
|
|
/* interface IMcastScope */
|
|
/* [unique][helpstring][dual][uuid][object] */
|
|
|
|
|
|
EXTERN_C const IID IID_IMcastScope;
|
|
|
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
|
|
|
MIDL_INTERFACE("DF0DAEF4-A289-11D1-8697-006008B0E5D2")
|
|
IMcastScope : public IDispatch
|
|
{
|
|
public:
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ScopeID(
|
|
/* [retval][out] */ long *pID) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ServerID(
|
|
/* [retval][out] */ long *pID) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InterfaceID(
|
|
/* [retval][out] */ long *pID) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ScopeDescription(
|
|
/* [retval][out] */ BSTR *ppDescription) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_TTL(
|
|
/* [retval][out] */ long *pTTL) = 0;
|
|
|
|
};
|
|
|
|
#else /* C style interface */
|
|
|
|
typedef struct IMcastScopeVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
|
|
IMcastScope * This,
|
|
/* [in] */ REFIID riid,
|
|
/* [iid_is][out] */ void **ppvObject);
|
|
|
|
ULONG ( STDMETHODCALLTYPE *AddRef )(
|
|
IMcastScope * This);
|
|
|
|
ULONG ( STDMETHODCALLTYPE *Release )(
|
|
IMcastScope * This);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
|
|
IMcastScope * This,
|
|
/* [out] */ UINT *pctinfo);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
|
|
IMcastScope * This,
|
|
/* [in] */ UINT iTInfo,
|
|
/* [in] */ LCID lcid,
|
|
/* [out] */ ITypeInfo **ppTInfo);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
|
|
IMcastScope * This,
|
|
/* [in] */ REFIID riid,
|
|
/* [size_is][in] */ LPOLESTR *rgszNames,
|
|
/* [in] */ UINT cNames,
|
|
/* [in] */ LCID lcid,
|
|
/* [size_is][out] */ DISPID *rgDispId);
|
|
|
|
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
|
|
IMcastScope * 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][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ScopeID )(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ long *pID);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ServerID )(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ long *pID);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InterfaceID )(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ long *pID);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ScopeDescription )(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ BSTR *ppDescription);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_TTL )(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ long *pTTL);
|
|
|
|
END_INTERFACE
|
|
} IMcastScopeVtbl;
|
|
|
|
interface IMcastScope
|
|
{
|
|
CONST_VTBL struct IMcastScopeVtbl *lpVtbl;
|
|
};
|
|
|
|
|
|
|
|
#ifdef COBJMACROS
|
|
|
|
|
|
#define IMcastScope_QueryInterface(This,riid,ppvObject) \
|
|
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
|
|
|
|
#define IMcastScope_AddRef(This) \
|
|
(This)->lpVtbl -> AddRef(This)
|
|
|
|
#define IMcastScope_Release(This) \
|
|
(This)->lpVtbl -> Release(This)
|
|
|
|
|
|
#define IMcastScope_GetTypeInfoCount(This,pctinfo) \
|
|
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
|
|
|
|
#define IMcastScope_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
|
|
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
|
|
|
|
#define IMcastScope_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
|
|
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
|
|
|
|
#define IMcastScope_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
|
|
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
|
|
|
|
|
|
#define IMcastScope_get_ScopeID(This,pID) \
|
|
(This)->lpVtbl -> get_ScopeID(This,pID)
|
|
|
|
#define IMcastScope_get_ServerID(This,pID) \
|
|
(This)->lpVtbl -> get_ServerID(This,pID)
|
|
|
|
#define IMcastScope_get_InterfaceID(This,pID) \
|
|
(This)->lpVtbl -> get_InterfaceID(This,pID)
|
|
|
|
#define IMcastScope_get_ScopeDescription(This,ppDescription) \
|
|
(This)->lpVtbl -> get_ScopeDescription(This,ppDescription)
|
|
|
|
#define IMcastScope_get_TTL(This,pTTL) \
|
|
(This)->lpVtbl -> get_TTL(This,pTTL)
|
|
|
|
#endif /* COBJMACROS */
|
|
|
|
|
|
#endif /* C style interface */
|
|
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastScope_get_ScopeID_Proxy(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ long *pID);
|
|
|
|
|
|
void __RPC_STUB IMcastScope_get_ScopeID_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastScope_get_ServerID_Proxy(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ long *pID);
|
|
|
|
|
|
void __RPC_STUB IMcastScope_get_ServerID_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastScope_get_InterfaceID_Proxy(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ long *pID);
|
|
|
|
|
|
void __RPC_STUB IMcastScope_get_InterfaceID_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastScope_get_ScopeDescription_Proxy(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ BSTR *ppDescription);
|
|
|
|
|
|
void __RPC_STUB IMcastScope_get_ScopeDescription_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastScope_get_TTL_Proxy(
|
|
IMcastScope * This,
|
|
/* [retval][out] */ long *pTTL);
|
|
|
|
|
|
void __RPC_STUB IMcastScope_get_TTL_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
|
|
#endif /* __IMcastScope_INTERFACE_DEFINED__ */
|
|
|
|
|
|
#ifndef __IMcastLeaseInfo_INTERFACE_DEFINED__
|
|
#define __IMcastLeaseInfo_INTERFACE_DEFINED__
|
|
|
|
/* interface IMcastLeaseInfo */
|
|
/* [unique][helpstring][dual][uuid][object] */
|
|
|
|
|
|
EXTERN_C const IID IID_IMcastLeaseInfo;
|
|
|
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
|
|
|
MIDL_INTERFACE("DF0DAEFD-A289-11D1-8697-006008B0E5D2")
|
|
IMcastLeaseInfo : public IDispatch
|
|
{
|
|
public:
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RequestID(
|
|
/* [retval][out] */ BSTR *ppRequestID) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LeaseStartTime(
|
|
/* [retval][out] */ DATE *pTime) = 0;
|
|
|
|
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_LeaseStartTime(
|
|
/* [in] */ DATE time) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LeaseStopTime(
|
|
/* [retval][out] */ DATE *pTime) = 0;
|
|
|
|
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_LeaseStopTime(
|
|
/* [in] */ DATE time) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_AddressCount(
|
|
/* [retval][out] */ long *pCount) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ServerAddress(
|
|
/* [retval][out] */ BSTR *ppAddress) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_TTL(
|
|
/* [retval][out] */ long *pTTL) = 0;
|
|
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Addresses(
|
|
/* [retval][out] */ VARIANT *pVariant) = 0;
|
|
|
|
virtual /* [helpstring][hidden][id] */ HRESULT STDMETHODCALLTYPE EnumerateAddresses(
|
|
/* [retval][out] */ IEnumBstr **ppEnumAddresses) = 0;
|
|
|
|
};
|
|
|
|
#else /* C style interface */
|
|
|
|
typedef struct IMcastLeaseInfoVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
|
|
IMcastLeaseInfo * This,
|
|
/* [in] */ REFIID riid,
|
|
/* [iid_is][out] */ void **ppvObject);
|
|
|
|
ULONG ( STDMETHODCALLTYPE *AddRef )(
|
|
IMcastLeaseInfo * This);
|
|
|
|
ULONG ( STDMETHODCALLTYPE *Release )(
|
|
IMcastLeaseInfo * This);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
|
|
IMcastLeaseInfo * This,
|
|
/* [out] */ UINT *pctinfo);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
|
|
IMcastLeaseInfo * This,
|
|
/* [in] */ UINT iTInfo,
|
|
/* [in] */ LCID lcid,
|
|
/* [out] */ ITypeInfo **ppTInfo);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
|
|
IMcastLeaseInfo * This,
|
|
/* [in] */ REFIID riid,
|
|
/* [size_is][in] */ LPOLESTR *rgszNames,
|
|
/* [in] */ UINT cNames,
|
|
/* [in] */ LCID lcid,
|
|
/* [size_is][out] */ DISPID *rgDispId);
|
|
|
|
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
|
|
IMcastLeaseInfo * 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][propget] */ HRESULT ( STDMETHODCALLTYPE *get_RequestID )(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ BSTR *ppRequestID);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LeaseStartTime )(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ DATE *pTime);
|
|
|
|
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_LeaseStartTime )(
|
|
IMcastLeaseInfo * This,
|
|
/* [in] */ DATE time);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LeaseStopTime )(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ DATE *pTime);
|
|
|
|
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_LeaseStopTime )(
|
|
IMcastLeaseInfo * This,
|
|
/* [in] */ DATE time);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_AddressCount )(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ long *pCount);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ServerAddress )(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ BSTR *ppAddress);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_TTL )(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ long *pTTL);
|
|
|
|
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Addresses )(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ VARIANT *pVariant);
|
|
|
|
/* [helpstring][hidden][id] */ HRESULT ( STDMETHODCALLTYPE *EnumerateAddresses )(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ IEnumBstr **ppEnumAddresses);
|
|
|
|
END_INTERFACE
|
|
} IMcastLeaseInfoVtbl;
|
|
|
|
interface IMcastLeaseInfo
|
|
{
|
|
CONST_VTBL struct IMcastLeaseInfoVtbl *lpVtbl;
|
|
};
|
|
|
|
|
|
|
|
#ifdef COBJMACROS
|
|
|
|
|
|
#define IMcastLeaseInfo_QueryInterface(This,riid,ppvObject) \
|
|
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
|
|
|
|
#define IMcastLeaseInfo_AddRef(This) \
|
|
(This)->lpVtbl -> AddRef(This)
|
|
|
|
#define IMcastLeaseInfo_Release(This) \
|
|
(This)->lpVtbl -> Release(This)
|
|
|
|
|
|
#define IMcastLeaseInfo_GetTypeInfoCount(This,pctinfo) \
|
|
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
|
|
|
|
#define IMcastLeaseInfo_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
|
|
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
|
|
|
|
#define IMcastLeaseInfo_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
|
|
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
|
|
|
|
#define IMcastLeaseInfo_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
|
|
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
|
|
|
|
|
|
#define IMcastLeaseInfo_get_RequestID(This,ppRequestID) \
|
|
(This)->lpVtbl -> get_RequestID(This,ppRequestID)
|
|
|
|
#define IMcastLeaseInfo_get_LeaseStartTime(This,pTime) \
|
|
(This)->lpVtbl -> get_LeaseStartTime(This,pTime)
|
|
|
|
#define IMcastLeaseInfo_put_LeaseStartTime(This,time) \
|
|
(This)->lpVtbl -> put_LeaseStartTime(This,time)
|
|
|
|
#define IMcastLeaseInfo_get_LeaseStopTime(This,pTime) \
|
|
(This)->lpVtbl -> get_LeaseStopTime(This,pTime)
|
|
|
|
#define IMcastLeaseInfo_put_LeaseStopTime(This,time) \
|
|
(This)->lpVtbl -> put_LeaseStopTime(This,time)
|
|
|
|
#define IMcastLeaseInfo_get_AddressCount(This,pCount) \
|
|
(This)->lpVtbl -> get_AddressCount(This,pCount)
|
|
|
|
#define IMcastLeaseInfo_get_ServerAddress(This,ppAddress) \
|
|
(This)->lpVtbl -> get_ServerAddress(This,ppAddress)
|
|
|
|
#define IMcastLeaseInfo_get_TTL(This,pTTL) \
|
|
(This)->lpVtbl -> get_TTL(This,pTTL)
|
|
|
|
#define IMcastLeaseInfo_get_Addresses(This,pVariant) \
|
|
(This)->lpVtbl -> get_Addresses(This,pVariant)
|
|
|
|
#define IMcastLeaseInfo_EnumerateAddresses(This,ppEnumAddresses) \
|
|
(This)->lpVtbl -> EnumerateAddresses(This,ppEnumAddresses)
|
|
|
|
#endif /* COBJMACROS */
|
|
|
|
|
|
#endif /* C style interface */
|
|
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_get_RequestID_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ BSTR *ppRequestID);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_get_RequestID_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_get_LeaseStartTime_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ DATE *pTime);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_get_LeaseStartTime_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_put_LeaseStartTime_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [in] */ DATE time);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_put_LeaseStartTime_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_get_LeaseStopTime_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ DATE *pTime);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_get_LeaseStopTime_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_put_LeaseStopTime_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [in] */ DATE time);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_put_LeaseStopTime_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_get_AddressCount_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ long *pCount);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_get_AddressCount_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_get_ServerAddress_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ BSTR *ppAddress);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_get_ServerAddress_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_get_TTL_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ long *pTTL);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_get_TTL_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_get_Addresses_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ VARIANT *pVariant);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_get_Addresses_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][hidden][id] */ HRESULT STDMETHODCALLTYPE IMcastLeaseInfo_EnumerateAddresses_Proxy(
|
|
IMcastLeaseInfo * This,
|
|
/* [retval][out] */ IEnumBstr **ppEnumAddresses);
|
|
|
|
|
|
void __RPC_STUB IMcastLeaseInfo_EnumerateAddresses_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
|
|
#endif /* __IMcastLeaseInfo_INTERFACE_DEFINED__ */
|
|
|
|
|
|
#ifndef __IEnumMcastScope_INTERFACE_DEFINED__
|
|
#define __IEnumMcastScope_INTERFACE_DEFINED__
|
|
|
|
/* interface IEnumMcastScope */
|
|
/* [unique][helpstring][hidden][uuid][object] */
|
|
|
|
|
|
EXTERN_C const IID IID_IEnumMcastScope;
|
|
|
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
|
|
|
MIDL_INTERFACE("DF0DAF09-A289-11D1-8697-006008B0E5D2")
|
|
IEnumMcastScope : public IUnknown
|
|
{
|
|
public:
|
|
virtual HRESULT STDMETHODCALLTYPE Next(
|
|
/* [in] */ ULONG celt,
|
|
/* [out] */ IMcastScope **ppScopes,
|
|
/* [full][out][in] */ ULONG *pceltFetched) = 0;
|
|
|
|
virtual HRESULT STDMETHODCALLTYPE Reset( void) = 0;
|
|
|
|
virtual HRESULT STDMETHODCALLTYPE Skip(
|
|
/* [in] */ ULONG celt) = 0;
|
|
|
|
virtual HRESULT STDMETHODCALLTYPE Clone(
|
|
/* [retval][out] */ IEnumMcastScope **ppEnum) = 0;
|
|
|
|
};
|
|
|
|
#else /* C style interface */
|
|
|
|
typedef struct IEnumMcastScopeVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
|
|
IEnumMcastScope * This,
|
|
/* [in] */ REFIID riid,
|
|
/* [iid_is][out] */ void **ppvObject);
|
|
|
|
ULONG ( STDMETHODCALLTYPE *AddRef )(
|
|
IEnumMcastScope * This);
|
|
|
|
ULONG ( STDMETHODCALLTYPE *Release )(
|
|
IEnumMcastScope * This);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *Next )(
|
|
IEnumMcastScope * This,
|
|
/* [in] */ ULONG celt,
|
|
/* [out] */ IMcastScope **ppScopes,
|
|
/* [full][out][in] */ ULONG *pceltFetched);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *Reset )(
|
|
IEnumMcastScope * This);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *Skip )(
|
|
IEnumMcastScope * This,
|
|
/* [in] */ ULONG celt);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *Clone )(
|
|
IEnumMcastScope * This,
|
|
/* [retval][out] */ IEnumMcastScope **ppEnum);
|
|
|
|
END_INTERFACE
|
|
} IEnumMcastScopeVtbl;
|
|
|
|
interface IEnumMcastScope
|
|
{
|
|
CONST_VTBL struct IEnumMcastScopeVtbl *lpVtbl;
|
|
};
|
|
|
|
|
|
|
|
#ifdef COBJMACROS
|
|
|
|
|
|
#define IEnumMcastScope_QueryInterface(This,riid,ppvObject) \
|
|
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
|
|
|
|
#define IEnumMcastScope_AddRef(This) \
|
|
(This)->lpVtbl -> AddRef(This)
|
|
|
|
#define IEnumMcastScope_Release(This) \
|
|
(This)->lpVtbl -> Release(This)
|
|
|
|
|
|
#define IEnumMcastScope_Next(This,celt,ppScopes,pceltFetched) \
|
|
(This)->lpVtbl -> Next(This,celt,ppScopes,pceltFetched)
|
|
|
|
#define IEnumMcastScope_Reset(This) \
|
|
(This)->lpVtbl -> Reset(This)
|
|
|
|
#define IEnumMcastScope_Skip(This,celt) \
|
|
(This)->lpVtbl -> Skip(This,celt)
|
|
|
|
#define IEnumMcastScope_Clone(This,ppEnum) \
|
|
(This)->lpVtbl -> Clone(This,ppEnum)
|
|
|
|
#endif /* COBJMACROS */
|
|
|
|
|
|
#endif /* C style interface */
|
|
|
|
|
|
|
|
HRESULT STDMETHODCALLTYPE IEnumMcastScope_Next_Proxy(
|
|
IEnumMcastScope * This,
|
|
/* [in] */ ULONG celt,
|
|
/* [out] */ IMcastScope **ppScopes,
|
|
/* [full][out][in] */ ULONG *pceltFetched);
|
|
|
|
|
|
void __RPC_STUB IEnumMcastScope_Next_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
HRESULT STDMETHODCALLTYPE IEnumMcastScope_Reset_Proxy(
|
|
IEnumMcastScope * This);
|
|
|
|
|
|
void __RPC_STUB IEnumMcastScope_Reset_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
HRESULT STDMETHODCALLTYPE IEnumMcastScope_Skip_Proxy(
|
|
IEnumMcastScope * This,
|
|
/* [in] */ ULONG celt);
|
|
|
|
|
|
void __RPC_STUB IEnumMcastScope_Skip_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
HRESULT STDMETHODCALLTYPE IEnumMcastScope_Clone_Proxy(
|
|
IEnumMcastScope * This,
|
|
/* [retval][out] */ IEnumMcastScope **ppEnum);
|
|
|
|
|
|
void __RPC_STUB IEnumMcastScope_Clone_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
|
|
#endif /* __IEnumMcastScope_INTERFACE_DEFINED__ */
|
|
|
|
|
|
#ifndef __IMcastAddressAllocation_INTERFACE_DEFINED__
|
|
#define __IMcastAddressAllocation_INTERFACE_DEFINED__
|
|
|
|
/* interface IMcastAddressAllocation */
|
|
/* [unique][helpstring][dual][uuid][object] */
|
|
|
|
|
|
EXTERN_C const IID IID_IMcastAddressAllocation;
|
|
|
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
|
|
|
MIDL_INTERFACE("DF0DAEF1-A289-11D1-8697-006008B0E5D2")
|
|
IMcastAddressAllocation : public IDispatch
|
|
{
|
|
public:
|
|
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Scopes(
|
|
/* [retval][out] */ VARIANT *pVariant) = 0;
|
|
|
|
virtual /* [helpstring][hidden][id] */ HRESULT STDMETHODCALLTYPE EnumerateScopes(
|
|
/* [out] */ IEnumMcastScope **ppEnumMcastScope) = 0;
|
|
|
|
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE RequestAddress(
|
|
/* [in] */ IMcastScope *pScope,
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ long NumAddresses,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppLeaseResponse) = 0;
|
|
|
|
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE RenewAddress(
|
|
/* [in] */ long lReserved,
|
|
/* [in] */ IMcastLeaseInfo *pRenewRequest,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppRenewResponse) = 0;
|
|
|
|
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ReleaseAddress(
|
|
/* [in] */ IMcastLeaseInfo *pReleaseRequest) = 0;
|
|
|
|
virtual /* [helpstring][hidden][id] */ HRESULT STDMETHODCALLTYPE CreateLeaseInfo(
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ DWORD dwNumAddresses,
|
|
/* [in] */ LPWSTR *ppAddresses,
|
|
/* [in] */ LPWSTR pRequestID,
|
|
/* [in] */ LPWSTR pServerAddress,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppReleaseRequest) = 0;
|
|
|
|
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateLeaseInfoFromVariant(
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ VARIANT vAddresses,
|
|
/* [in] */ BSTR pRequestID,
|
|
/* [in] */ BSTR pServerAddress,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppReleaseRequest) = 0;
|
|
|
|
};
|
|
|
|
#else /* C style interface */
|
|
|
|
typedef struct IMcastAddressAllocationVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ REFIID riid,
|
|
/* [iid_is][out] */ void **ppvObject);
|
|
|
|
ULONG ( STDMETHODCALLTYPE *AddRef )(
|
|
IMcastAddressAllocation * This);
|
|
|
|
ULONG ( STDMETHODCALLTYPE *Release )(
|
|
IMcastAddressAllocation * This);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
|
|
IMcastAddressAllocation * This,
|
|
/* [out] */ UINT *pctinfo);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ UINT iTInfo,
|
|
/* [in] */ LCID lcid,
|
|
/* [out] */ ITypeInfo **ppTInfo);
|
|
|
|
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ REFIID riid,
|
|
/* [size_is][in] */ LPOLESTR *rgszNames,
|
|
/* [in] */ UINT cNames,
|
|
/* [in] */ LCID lcid,
|
|
/* [size_is][out] */ DISPID *rgDispId);
|
|
|
|
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
|
|
IMcastAddressAllocation * 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][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Scopes )(
|
|
IMcastAddressAllocation * This,
|
|
/* [retval][out] */ VARIANT *pVariant);
|
|
|
|
/* [helpstring][hidden][id] */ HRESULT ( STDMETHODCALLTYPE *EnumerateScopes )(
|
|
IMcastAddressAllocation * This,
|
|
/* [out] */ IEnumMcastScope **ppEnumMcastScope);
|
|
|
|
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *RequestAddress )(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ IMcastScope *pScope,
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ long NumAddresses,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppLeaseResponse);
|
|
|
|
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *RenewAddress )(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ long lReserved,
|
|
/* [in] */ IMcastLeaseInfo *pRenewRequest,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppRenewResponse);
|
|
|
|
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *ReleaseAddress )(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ IMcastLeaseInfo *pReleaseRequest);
|
|
|
|
/* [helpstring][hidden][id] */ HRESULT ( STDMETHODCALLTYPE *CreateLeaseInfo )(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ DWORD dwNumAddresses,
|
|
/* [in] */ LPWSTR *ppAddresses,
|
|
/* [in] */ LPWSTR pRequestID,
|
|
/* [in] */ LPWSTR pServerAddress,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppReleaseRequest);
|
|
|
|
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreateLeaseInfoFromVariant )(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ VARIANT vAddresses,
|
|
/* [in] */ BSTR pRequestID,
|
|
/* [in] */ BSTR pServerAddress,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppReleaseRequest);
|
|
|
|
END_INTERFACE
|
|
} IMcastAddressAllocationVtbl;
|
|
|
|
interface IMcastAddressAllocation
|
|
{
|
|
CONST_VTBL struct IMcastAddressAllocationVtbl *lpVtbl;
|
|
};
|
|
|
|
|
|
|
|
#ifdef COBJMACROS
|
|
|
|
|
|
#define IMcastAddressAllocation_QueryInterface(This,riid,ppvObject) \
|
|
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
|
|
|
|
#define IMcastAddressAllocation_AddRef(This) \
|
|
(This)->lpVtbl -> AddRef(This)
|
|
|
|
#define IMcastAddressAllocation_Release(This) \
|
|
(This)->lpVtbl -> Release(This)
|
|
|
|
|
|
#define IMcastAddressAllocation_GetTypeInfoCount(This,pctinfo) \
|
|
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
|
|
|
|
#define IMcastAddressAllocation_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
|
|
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
|
|
|
|
#define IMcastAddressAllocation_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
|
|
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
|
|
|
|
#define IMcastAddressAllocation_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
|
|
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
|
|
|
|
|
|
#define IMcastAddressAllocation_get_Scopes(This,pVariant) \
|
|
(This)->lpVtbl -> get_Scopes(This,pVariant)
|
|
|
|
#define IMcastAddressAllocation_EnumerateScopes(This,ppEnumMcastScope) \
|
|
(This)->lpVtbl -> EnumerateScopes(This,ppEnumMcastScope)
|
|
|
|
#define IMcastAddressAllocation_RequestAddress(This,pScope,LeaseStartTime,LeaseStopTime,NumAddresses,ppLeaseResponse) \
|
|
(This)->lpVtbl -> RequestAddress(This,pScope,LeaseStartTime,LeaseStopTime,NumAddresses,ppLeaseResponse)
|
|
|
|
#define IMcastAddressAllocation_RenewAddress(This,lReserved,pRenewRequest,ppRenewResponse) \
|
|
(This)->lpVtbl -> RenewAddress(This,lReserved,pRenewRequest,ppRenewResponse)
|
|
|
|
#define IMcastAddressAllocation_ReleaseAddress(This,pReleaseRequest) \
|
|
(This)->lpVtbl -> ReleaseAddress(This,pReleaseRequest)
|
|
|
|
#define IMcastAddressAllocation_CreateLeaseInfo(This,LeaseStartTime,LeaseStopTime,dwNumAddresses,ppAddresses,pRequestID,pServerAddress,ppReleaseRequest) \
|
|
(This)->lpVtbl -> CreateLeaseInfo(This,LeaseStartTime,LeaseStopTime,dwNumAddresses,ppAddresses,pRequestID,pServerAddress,ppReleaseRequest)
|
|
|
|
#define IMcastAddressAllocation_CreateLeaseInfoFromVariant(This,LeaseStartTime,LeaseStopTime,vAddresses,pRequestID,pServerAddress,ppReleaseRequest) \
|
|
(This)->lpVtbl -> CreateLeaseInfoFromVariant(This,LeaseStartTime,LeaseStopTime,vAddresses,pRequestID,pServerAddress,ppReleaseRequest)
|
|
|
|
#endif /* COBJMACROS */
|
|
|
|
|
|
#endif /* C style interface */
|
|
|
|
|
|
|
|
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMcastAddressAllocation_get_Scopes_Proxy(
|
|
IMcastAddressAllocation * This,
|
|
/* [retval][out] */ VARIANT *pVariant);
|
|
|
|
|
|
void __RPC_STUB IMcastAddressAllocation_get_Scopes_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][hidden][id] */ HRESULT STDMETHODCALLTYPE IMcastAddressAllocation_EnumerateScopes_Proxy(
|
|
IMcastAddressAllocation * This,
|
|
/* [out] */ IEnumMcastScope **ppEnumMcastScope);
|
|
|
|
|
|
void __RPC_STUB IMcastAddressAllocation_EnumerateScopes_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMcastAddressAllocation_RequestAddress_Proxy(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ IMcastScope *pScope,
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ long NumAddresses,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppLeaseResponse);
|
|
|
|
|
|
void __RPC_STUB IMcastAddressAllocation_RequestAddress_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMcastAddressAllocation_RenewAddress_Proxy(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ long lReserved,
|
|
/* [in] */ IMcastLeaseInfo *pRenewRequest,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppRenewResponse);
|
|
|
|
|
|
void __RPC_STUB IMcastAddressAllocation_RenewAddress_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMcastAddressAllocation_ReleaseAddress_Proxy(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ IMcastLeaseInfo *pReleaseRequest);
|
|
|
|
|
|
void __RPC_STUB IMcastAddressAllocation_ReleaseAddress_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][hidden][id] */ HRESULT STDMETHODCALLTYPE IMcastAddressAllocation_CreateLeaseInfo_Proxy(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ DWORD dwNumAddresses,
|
|
/* [in] */ LPWSTR *ppAddresses,
|
|
/* [in] */ LPWSTR pRequestID,
|
|
/* [in] */ LPWSTR pServerAddress,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppReleaseRequest);
|
|
|
|
|
|
void __RPC_STUB IMcastAddressAllocation_CreateLeaseInfo_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMcastAddressAllocation_CreateLeaseInfoFromVariant_Proxy(
|
|
IMcastAddressAllocation * This,
|
|
/* [in] */ DATE LeaseStartTime,
|
|
/* [in] */ DATE LeaseStopTime,
|
|
/* [in] */ VARIANT vAddresses,
|
|
/* [in] */ BSTR pRequestID,
|
|
/* [in] */ BSTR pServerAddress,
|
|
/* [retval][out] */ IMcastLeaseInfo **ppReleaseRequest);
|
|
|
|
|
|
void __RPC_STUB IMcastAddressAllocation_CreateLeaseInfoFromVariant_Stub(
|
|
IRpcStubBuffer *This,
|
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
|
PRPC_MESSAGE _pRpcMessage,
|
|
DWORD *_pdwStubPhase);
|
|
|
|
|
|
|
|
#endif /* __IMcastAddressAllocation_INTERFACE_DEFINED__ */
|
|
|
|
|
|
|
|
#ifndef __McastLib_LIBRARY_DEFINED__
|
|
#define __McastLib_LIBRARY_DEFINED__
|
|
|
|
/* library McastLib */
|
|
/* [helpstring][version][uuid] */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXTERN_C const IID LIBID_McastLib;
|
|
|
|
EXTERN_C const CLSID CLSID_McastAddressAllocation;
|
|
|
|
#ifdef __cplusplus
|
|
|
|
class DECLSPEC_UUID("DF0DAEF2-A289-11D1-8697-006008B0E5D2")
|
|
McastAddressAllocation;
|
|
#endif
|
|
#endif /* __McastLib_LIBRARY_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 * );
|
|
|
|
/* end of Additional Prototypes */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|