📄 rend.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 3.03.0110 */
/* at Wed Sep 03 19:09:28 1997
*/
/* Compiler settings for rend.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: none
*/
//@@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 __rend_h__
#define __rend_h__
#ifdef __cplusplus
extern "C"{
#endif
/* Forward Declarations */
#ifndef __ITConference_FWD_DEFINED__
#define __ITConference_FWD_DEFINED__
typedef interface ITConference ITConference;
#endif /* __ITConference_FWD_DEFINED__ */
#ifndef __ITConferenceDirectory_FWD_DEFINED__
#define __ITConferenceDirectory_FWD_DEFINED__
typedef interface ITConferenceDirectory ITConferenceDirectory;
#endif /* __ITConferenceDirectory_FWD_DEFINED__ */
#ifndef __ConferenceDirectory_FWD_DEFINED__
#define __ConferenceDirectory_FWD_DEFINED__
#ifdef __cplusplus
typedef class ConferenceDirectory ConferenceDirectory;
#else
typedef struct ConferenceDirectory ConferenceDirectory;
#endif /* __cplusplus */
#endif /* __ConferenceDirectory_FWD_DEFINED__ */
#ifndef __Conference_FWD_DEFINED__
#define __Conference_FWD_DEFINED__
#ifdef __cplusplus
typedef class Conference Conference;
#else
typedef struct Conference Conference;
#endif /* __cplusplus */
#endif /* __Conference_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#include "rndnot.h"
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
#ifndef __ITConference_INTERFACE_DEFINED__
#define __ITConference_INTERFACE_DEFINED__
/****************************************
* Generated header for interface: ITConference
* at Wed Sep 03 19:09:28 1997
* using MIDL 3.03.0110
****************************************/
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_ITConference;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("F1029E5D-CB5B-11D0-8D59-00C04FD91AC0")
ITConference : public IDispatch
{
public:
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Name(
/* [retval][out] */ BSTR __RPC_FAR *ppName) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Name(
/* [in] */ BSTR pName) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ProtocolId(
/* [retval][out] */ BSTR __RPC_FAR *ppProtocolId) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ProtocolId(
/* [in] */ BSTR pProtocolId) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SubType(
/* [retval][out] */ BSTR __RPC_FAR *ppSubType) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SubType(
/* [in] */ BSTR pSubType) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Originator(
/* [retval][out] */ BSTR __RPC_FAR *ppOriginator) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Originator(
/* [in] */ BSTR pOriginator) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_AnnouncementScope(
/* [retval][out] */ BSTR __RPC_FAR *ppAnnoucementScope) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_AnnouncementScope(
/* [in] */ BSTR pAnnouncementScope) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_AdvertisingScope(
/* [retval][out] */ RND_ADVERTISING_SCOPE __RPC_FAR *pAdvertisingScope) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_AdvertisingScope(
/* [in] */ RND_ADVERTISING_SCOPE AdvertisingScope) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Url(
/* [retval][out] */ BSTR __RPC_FAR *ppUrl) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Url(
/* [in] */ BSTR pUrl) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Description(
/* [retval][out] */ BSTR __RPC_FAR *ppDescription) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Description(
/* [in] */ BSTR pDescription) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_IsEncrypted(
/* [retval][out] */ BSTR __RPC_FAR *ppIsEncrypted) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_IsEncrypted(
/* [in] */ BSTR pIsEncrypted) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ConferenceBlob(
/* [retval][out] */ BSTR __RPC_FAR *ppConferenceBlob) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ConferenceBlob(
/* [in] */ BSTR pConferenceBlob) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetStartTime(
/* [out] */ USHORT __RPC_FAR *pYear,
/* [out] */ BYTE __RPC_FAR *pMonth,
/* [out] */ BYTE __RPC_FAR *pDay,
/* [out] */ BYTE __RPC_FAR *pHour,
/* [out] */ BYTE __RPC_FAR *pMinute) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SetStartTime(
/* [in] */ USHORT Year,
/* [in] */ BYTE Month,
/* [in] */ BYTE Day,
/* [in] */ BYTE Hour,
/* [in] */ BYTE Minute) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetStopTime(
/* [out] */ USHORT __RPC_FAR *pYear,
/* [out] */ BYTE __RPC_FAR *pMonth,
/* [out] */ BYTE __RPC_FAR *pDay,
/* [out] */ BYTE __RPC_FAR *pHour,
/* [out] */ BYTE __RPC_FAR *pMinute) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SetStopTime(
/* [in] */ USHORT Year,
/* [in] */ BYTE Month,
/* [in] */ BYTE Day,
/* [in] */ BYTE Hour,
/* [in] */ BYTE Minute) = 0;
};
#else /* C style interface */
typedef struct ITConferenceVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
ITConference __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
ITConference __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
ITConference __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
ITConference __RPC_FAR * This,
/* [out] */ UINT __RPC_FAR *pctinfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
ITConference __RPC_FAR * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
ITConference __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
ITConference __RPC_FAR * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
/* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
/* [out] */ VARIANT __RPC_FAR *pVarResult,
/* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
/* [out] */ UINT __RPC_FAR *puArgErr);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Name )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppName);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Name )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pName);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ProtocolId )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppProtocolId);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ProtocolId )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pProtocolId);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SubType )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppSubType);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SubType )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pSubType);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Originator )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppOriginator);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Originator )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pOriginator);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_AnnouncementScope )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppAnnoucementScope);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_AnnouncementScope )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pAnnouncementScope);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_AdvertisingScope )(
ITConference __RPC_FAR * This,
/* [retval][out] */ RND_ADVERTISING_SCOPE __RPC_FAR *pAdvertisingScope);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_AdvertisingScope )(
ITConference __RPC_FAR * This,
/* [in] */ RND_ADVERTISING_SCOPE AdvertisingScope);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Url )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppUrl);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Url )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pUrl);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Description )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppDescription);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Description )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pDescription);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_IsEncrypted )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppIsEncrypted);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_IsEncrypted )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pIsEncrypted);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ConferenceBlob )(
ITConference __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *ppConferenceBlob);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ConferenceBlob )(
ITConference __RPC_FAR * This,
/* [in] */ BSTR pConferenceBlob);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetStartTime )(
ITConference __RPC_FAR * This,
/* [out] */ USHORT __RPC_FAR *pYear,
/* [out] */ BYTE __RPC_FAR *pMonth,
/* [out] */ BYTE __RPC_FAR *pDay,
/* [out] */ BYTE __RPC_FAR *pHour,
/* [out] */ BYTE __RPC_FAR *pMinute);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SetStartTime )(
ITConference __RPC_FAR * This,
/* [in] */ USHORT Year,
/* [in] */ BYTE Month,
/* [in] */ BYTE Day,
/* [in] */ BYTE Hour,
/* [in] */ BYTE Minute);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetStopTime )(
ITConference __RPC_FAR * This,
/* [out] */ USHORT __RPC_FAR *pYear,
/* [out] */ BYTE __RPC_FAR *pMonth,
/* [out] */ BYTE __RPC_FAR *pDay,
/* [out] */ BYTE __RPC_FAR *pHour,
/* [out] */ BYTE __RPC_FAR *pMinute);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SetStopTime )(
ITConference __RPC_FAR * This,
/* [in] */ USHORT Year,
/* [in] */ BYTE Month,
/* [in] */ BYTE Day,
/* [in] */ BYTE Hour,
/* [in] */ BYTE Minute);
END_INTERFACE
} ITConferenceVtbl;
interface ITConference
{
CONST_VTBL struct ITConferenceVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define ITConference_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITConference_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITConference_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITConference_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define ITConference_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define ITConference_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -