|
TLB.H (BROWSEH OLE Sample)
/* This header file machine-generated by mktyplib.exe */
/* Interface to type library: BrowseHelper */
#ifndef _BrowseHelper_H_
#define _BrowseHelper_H_
DEFINE_GUID(LIBID_BrowseHelper,0x19FEEEC0,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
interface IArrayDesc;
typedef enum {
TYPE_FUNCTION = 0,
TYPE_PROPERTY = 1,
TYPE_CONSTANT = 2,
TYPE_PARAMETER = 3
} OBJTYPE;
DEFINE_GUID(IID_ICollection,0x19FEEECC,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: ICollection */
DECLARE_INTERFACE_(ICollection, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* ICollection methods */
STDMETHOD_(long, get_Count)(THIS) PURE;
STDMETHOD_(IDispatch *, get_Item)(THIS_ long Index) PURE;
STDMETHOD_(IUnknown *, get__NewEnum)(THIS) PURE;
};
DEFINE_GUID(IID_ITypeLibrary,0x19FEEEC3,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: ITypeLibrary */
DECLARE_INTERFACE_(ITypeLibrary, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* ITypeLibrary methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(long, get_LocaleID)(THIS) PURE;
STDMETHOD_(int, get_MajorVersion)(THIS) PURE;
STDMETHOD_(int, get_MinorVersion)(THIS) PURE;
STDMETHOD_(ICollection FAR*, get_TypeInfos)(THIS) PURE;
};
DEFINE_GUID(IID_ITypeInformation,0x19FEEEC4,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: ITypeInformation */
DECLARE_INTERFACE_(ITypeInformation, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
};
DEFINE_GUID(IID_IBrowseHelper,0x19FEEEC2,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IBrowseHelper */
DECLARE_INTERFACE_(IBrowseHelper, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* IBrowseHelper methods */
STDMETHOD_(ITypeLibrary FAR*, BrowseTypeLibrary)(THIS_ BSTR
TypeLibraryPath) PURE;
};
DEFINE_GUID(IID_ITypeDesc,0x19FEEED1,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: ITypeDesc */
DECLARE_INTERFACE_(ITypeDesc, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* ITypeDesc methods */
STDMETHOD_(short, get_Type)(THIS) PURE;
STDMETHOD_(ITypeInformation FAR*, get_UserDefinedDesc)(THIS) PURE;
STDMETHOD_(IArrayDesc FAR*, get_ArrayDesc)(THIS) PURE;
STDMETHOD_(ITypeDesc FAR*, get_PointerDesc)(THIS) PURE;
};
DEFINE_GUID(IID_IArrayBound,0x19FEEED3,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IArrayBound */
DECLARE_INTERFACE_(IArrayBound, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* IArrayBound methods */
STDMETHOD_(long, get_ElementsCount)(THIS) PURE;
STDMETHOD_(long, get_LowerBound)(THIS) PURE;
};
DEFINE_GUID(IID_IArrayDesc,0x19FEEED2,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IArrayDesc */
DECLARE_INTERFACE_(IArrayDesc, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* IArrayDesc methods */
STDMETHOD_(ITypeDesc FAR*, get_ElementType)(THIS) PURE;
STDMETHOD_(ICollection FAR*, get_ArrayBounds)(THIS) PURE;
};
DEFINE_GUID(IID_IInterface,0x19FEEEC5,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IInterface */
DECLARE_INTERFACE_(IInterface, ITypeInformation)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
#endif
/* IInterface methods */
STDMETHOD_(IDispatch *, get_Functions)(THIS) PURE;
};
DEFINE_GUID(IID_IDispinterface,0x19FEEEC6,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IDispinterface */
DECLARE_INTERFACE_(IDispinterface, ITypeInformation)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
#endif
/* IDispinterface methods */
STDMETHOD_(ICollection FAR*, get_Properties)(THIS) PURE;
STDMETHOD_(ICollection FAR*, get_Methods)(THIS) PURE;
};
DEFINE_GUID(IID_IModule,0x19FEEEC7,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IModule */
DECLARE_INTERFACE_(IModule, ITypeInformation)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
#endif
/* IModule methods */
STDMETHOD_(ICollection FAR*, get_Functions)(THIS) PURE;
};
DEFINE_GUID(IID_ICoClass,0x19FEEEC8,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: ICoClass */
DECLARE_INTERFACE_(ICoClass, ITypeInformation)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
#endif
/* ICoClass methods */
STDMETHOD_(ICollection FAR*, get_Interfaces)(THIS) PURE;
};
DEFINE_GUID(IID_IEnum,0x19FEEECD,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IEnum */
DECLARE_INTERFACE_(IEnum, ITypeInformation)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
#endif
/* IEnum methods */
STDMETHOD_(ICollection FAR*, get_Elements)(THIS) PURE;
};
DEFINE_GUID(IID_IStruct,0x19FEEECE,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IStruct */
DECLARE_INTERFACE_(IStruct, ITypeInformation)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
#endif
/* IStruct methods */
STDMETHOD_(ICollection FAR*, get_Members)(THIS) PURE;
};
DEFINE_GUID(IID_IUnion,0x19FEEECF,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IUnion */
DECLARE_INTERFACE_(IUnion, ITypeInformation)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
#endif
/* IUnion methods */
STDMETHOD_(ICollection FAR*, get_Members)(THIS) PURE;
};
DEFINE_GUID(IID_IAlias,0x19FEEED0,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IAlias */
DECLARE_INTERFACE_(IAlias, ITypeInformation)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
/* ITypeInformation methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(TYPEKIND, get_TypeInfoKind)(THIS) PURE;
STDMETHOD(_InitTypeInfo)(THIS_ LPTYPEINFO ptinfo) PURE;
#endif
/* IAlias methods */
STDMETHOD_(ITypeDesc FAR*, get_BaseType)(THIS) PURE;
};
DEFINE_GUID(IID_IFunction,0x19FEEEC9,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IFunction */
DECLARE_INTERFACE_(IFunction, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* IFunction methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(ITypeDesc FAR*, get_ReturnType)(THIS) PURE;
STDMETHOD_(ICollection FAR*, get_Parameters)(THIS) PURE;
STDMETHOD_(MEMBERID, get_Memberid)(THIS) PURE;
STDMETHOD_(CALLCONV, get_CallConvention)(THIS) PURE;
STDMETHOD_(FUNCKIND, get_FuncKind)(THIS) PURE;
STDMETHOD_(INVOKEKIND, get_InvocationKind)(THIS) PURE;
STDMETHOD_(OBJTYPE, get_Kind)(THIS) PURE;
};
DEFINE_GUID(IID_IProperty,0x19FEEECA,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IProperty */
DECLARE_INTERFACE_(IProperty, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* IProperty methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(ITypeDesc FAR*, get_Type)(THIS) PURE;
STDMETHOD_(MEMBERID, get_Memberid)(THIS) PURE;
STDMETHOD_(OBJTYPE, get_Kind)(THIS) PURE;
};
DEFINE_GUID(IID_IConstant,0x19FEEED4,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IConstant */
DECLARE_INTERFACE_(IConstant, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* IConstant methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(BSTR, get_Documentation)(THIS) PURE;
STDMETHOD_(long, get_HelpContext)(THIS) PURE;
STDMETHOD_(BSTR, get_HelpFile)(THIS) PURE;
STDMETHOD_(ITypeDesc FAR*, get_Type)(THIS) PURE;
STDMETHOD_(VARIANT, get_Value)(THIS) PURE;
STDMETHOD_(MEMBERID, get_Memberid)(THIS) PURE;
STDMETHOD_(OBJTYPE, get_Kind)(THIS) PURE;
};
DEFINE_GUID(IID_IParameter,0x19FEEECB,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
/* Definition of interface: IParameter */
DECLARE_INTERFACE_(IParameter, CMyDispatch)
{
#ifndef NO_BASEINTERFACE_FUNCS
/* CMyDispatch methods */
/* You must describe methods for this interface here */
#endif
/* IParameter methods */
STDMETHOD_(BSTR, get_Name)(THIS) PURE;
STDMETHOD_(ITypeDesc FAR*, get_Type)(THIS) PURE;
STDMETHOD_(int, get_IDLFlags)(THIS) PURE;
STDMETHOD_(OBJTYPE, get_Kind)(THIS) PURE;
};
DEFINE_GUID(CLSID_BrowseHelper,0x19FEEEC1,0x4104,0x101B,0xB8,0x26,0x00,0xDD,0x01,0x10,0x3D,0xE1);
class BrowseHelper;
#endif
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|