Classes |
|
| class | IADTStyle |
Defines |
|
| #define | ADT_STYLE_INTERFACE Interface_ID(0x4cd242c8, 0x554201b3) |
Functions |
|
| IADTStyle * | GetADTStyleInterface (BaseInterface *baseIfc) |
| #define ADT_STYLE_INTERFACE Interface_ID(0x4cd242c8, 0x554201b3) |
| IADTStyle* GetADTStyleInterface | ( | BaseInterface * | baseIfc | ) | [inline] |
{
DbgAssert( baseIfc != NULL);
return static_cast<IADTStyle*>(baseIfc->GetInterface(ADT_STYLE_INTERFACE));
}