OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::IBClass Class Referenceabstract

IBClass – Supported by BOleFactory. More...

#include <ocf/ocbocole.h>

Inheritance diagram for ocf::IBClass:

Public Member Functions

virtual HRESULT _IFUNC Init (BOOL selfEmbed, LPCOLESTR pszProgId, IBClassMgr *pCM, BCID rid)=0
 
virtual HRESULT _IFUNC Register (BOOL singleUse)=0
 
virtual HRESULT _IFUNC Revoke ()=0
 
virtual HRESULT _IFUNC GetClassID (CLSID *pOut)=0
 
virtual BOOL _IFUNC IsA (CLSID &pOut)=0
 
virtual BOOL _IFUNC AllowEmbedFromSelf ()=0
 
virtual HRESULT _IFUNC GetEmbeddingHelperFactory (LPUNKNOWN *ppF)=0
 

Detailed Description

IBClass – Supported by BOleFactory.

Definition at line 557 of file ocbocole.h.

Member Function Documentation

◆ AllowEmbedFromSelf()

virtual BOOL _IFUNC ocf::IBClass::AllowEmbedFromSelf ( )
pure virtual

◆ GetClassID()

virtual HRESULT _IFUNC ocf::IBClass::GetClassID ( CLSID * pOut)
pure virtual

◆ GetEmbeddingHelperFactory()

virtual HRESULT _IFUNC ocf::IBClass::GetEmbeddingHelperFactory ( LPUNKNOWN * ppF)
pure virtual

◆ Init()

virtual HRESULT _IFUNC ocf::IBClass::Init ( BOOL selfEmbed,
LPCOLESTR pszProgId,
IBClassMgr * pCM,
BCID rid )
pure virtual

◆ IsA()

virtual BOOL _IFUNC ocf::IBClass::IsA ( CLSID & pOut)
pure virtual

◆ Register()

virtual HRESULT _IFUNC ocf::IBClass::Register ( BOOL singleUse)
pure virtual

◆ Revoke()

virtual HRESULT _IFUNC ocf::IBClass::Revoke ( )
pure virtual

The documentation for this class was generated from the following file: