TIHLInterfaceType Class Reference

class TIHLInterfaceType

TIHLInterfaceType

This struct contain interface and implementation ids for IHL classes.

Used id values are defined in IHLInterfaceIds.h header.

IHL.lib
Since
3.0

Constructor & Destructor Documentation

TIHLInterfaceType(TInt, TInt)

TIHLInterfaceType(TIntaInterfaceId,
TIntaImplementationId
)[inline]

Parameters

TInt aInterfaceId
TInt aImplementationId

~TIHLInterfaceType()

~TIHLInterfaceType()[inline, virtual]

Member Data Documentation

TInt iImplementationId

TInt iImplementationId

Class implementation id. Used to identify implementation class behind interface. For internal use.

TInt iInterfaceId

TInt iInterfaceId

Class interface id. Used to identify interface type currently in use.