This class implements the virtual methods in ExposureMaterialControl.
#include <expmtlControl.h>
Public Member Functions |
|
| void * | GetInterface (ULONG id) |
| BaseInterface * | GetInterface (Interface_ID id) |
| FPInterfaceDesc * | GetDesc () |
| void* GetInterface | ( | ULONG | id | ) | [inline] |
{ return B::GetInterface(id); }
| BaseInterface* GetInterface | ( | Interface_ID | id | ) | [inline] |
{
if (id == EXPOSURE_MATERIAL_CONTROL)
return static_cast<ExposureMaterialControl*>(this);
return B::GetInterface(id);
}
| FPInterfaceDesc* GetDesc | ( | ) | [inline] |
{ return &T::msExpMtlControlDesc; }