OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Base GUID for a components sequence of GUIDs. More...
#include <ocf/oleutil.h>
Public Member Functions | |
TBaseClassId (owl::TRegList ®Info, int maxAlloc=256) | |
TBaseClassId (const GUID &guid, int maxAlloc=256) | |
TBaseClassId (LPCTSTR idtxt, int maxAlloc=256) | |
TBaseClassId (TGenerate, int maxAlloc=256) | |
TClassId | operator[] (int offset) |
int | AllocId () |
int | GetOffset (const GUID &guid) |
Public Member Functions inherited from ocf::TClassId | |
TClassId (const GUID &guid) | |
TClassId (LPCTSTR idtxt) | |
TClassId (const TClassId ©) | |
TClassId (TGenerate) | |
TClassId & | operator= (const TClassId ©) |
TClassId (const GUID &guid, int offset) | |
~TClassId () | |
operator GUID & () | |
operator LPCTSTR () | |
Additional Inherited Members | |
Public Types inherited from ocf::TClassId | |
enum | TGenerate { Generate } |
Protected Member Functions inherited from ocf::TClassId | |
TClassId () | |
Default constructor - Derived class must set GUID. | |
Protected Attributes inherited from ocf::TClassId | |
GUID | Guid |
LPCTSTR | Text |
ocf::TBaseClassId::TBaseClassId | ( | owl::TRegList & | regInfo, |
int | maxAlloc = 256 ) |
Definition at line 131 of file oleutil.cpp.
References _T, ocf::TClassId::Guid, HR_CLASS_CLASSNOTAVAILABLE, OLECALL, and OleStr.
Definition at line 104 of file oleutil.cpp.
Definition at line 113 of file oleutil.cpp.
Definition at line 122 of file oleutil.cpp.
int ocf::TBaseClassId::AllocId | ( | ) |
Definition at line 156 of file oleutil.cpp.
References _T, HR_CLASS_CLASSNOTAVAILABLE, and OLECALL.
Definition at line 168 of file oleutil.cpp.
References ocf::TClassId::Guid.
Definition at line 145 of file oleutil.cpp.
References ocf::TClassId::TClassId(), _T, ocf::TClassId::Guid, HR_CLASS_CLASSNOTAVAILABLE, and OLECALL.