|
|
|
|
Location:
concnf.h
Link against: conarc.lib
class CMimeInfo : public CBase;
Holds the localised names for a data type.
CBase - Base class for all classes to be instantiated on the heap
CMimeInfo - Holds the localised names for a data type
Defined in CMimeInfo:
AddLanguageL(), NewLC(), ~CMimeInfo()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CMimeInfo *NewLC(TDataType &aMime);
Allocates and constructs a CMimeInfo for a specified data type, leaving the object on the cleanup stack.
|
|
IMPORT_C void AddLanguageL(TLanguageInfo aLang);
Adds a localised name for the data type.
|