Public Member Functions | |
virtual MCCOMErr MCCOMAPI | QueryInterface (const MCIID &riid, void **ppvObj) |
virtual uint32 MCCOMAPI | AddRef () |
Static Public Member Functions | |
static MCCOMErr | Create (EICColorSpaceSignature, I2DExColorSet **) |
Basic Color Set class. Derive from this for a default implementation of I2DExColorSet.
virtual uint32 MCCOMAPI TBasicColorSet::AddRef | ( | ) | [inline, virtual] |
Increments the reference count of the object
Reimplemented from TBasicDataExchanger.
static MCCOMErr TBasicColorSet::Create | ( | EICColorSpaceSignature | , | |
I2DExColorSet ** | ||||
) | [static] |
virtual MCCOMErr MCCOMAPI TBasicColorSet::QueryInterface | ( | const MCIID & | riid, | |
void ** | ppvObj | |||
) | [virtual] |
Check if the object supports a given interface and returns a pointer to that interface if it does. Note that QueryInterface will increment the reference count of the object by one if the interface is found.
riid | GUID of the interface | |
ppvObj | A pointer to the pointer being returned. |
Reimplemented from TBasicDataExchanger.