|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
GUID/IID/CLSID management. More...
#include <ocf/oleutil.h>
Public Types | |
| enum | TGenerate { Generate } |
Public Member Functions | |
| 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 () | |
Protected Member Functions | |
| TClassId () | |
| Default constructor - Derived class must set GUID. | |
Protected Attributes | |
| GUID | Guid |
| LPCTSTR | Text |
|
inline |
| ocf::TClassId::TClassId | ( | LPCTSTR | idtxt | ) |
Definition at line 50 of file oleutil.cpp.
References _T, Guid, OLECALL, OleStr, and PRECONDITION.
| ocf::TClassId::TClassId | ( | TGenerate | ) |
Definition at line 70 of file oleutil.cpp.
Definition at line 60 of file oleutil.cpp.
References Guid.
| ocf::TClassId::~TClassId | ( | ) |
Definition at line 80 of file oleutil.cpp.
References Text.
|
inlineprotected |
| ocf::TClassId::operator LPCTSTR | ( | ) |
Definition at line 88 of file oleutil.cpp.
References _T.