Location:
cntfldst.h
Link against: cntmodel.lib
CContactStoreField
Supported from 5.0
Stores, sets and retrieves binary field data which is
contained in an 8-bit descriptor. An object of this class can be retrieved
using CContactItemField::StoreStorage()
.
|
Defined in CContactStoreField
:
SetThingL()
, Thing()
Inherited from CBase
:
operator new()
Inherited from CContactFieldStorage
:
ExternalizeL()
,
InternalizeL()
,
IsFull()
,
RestoreL()
,
StoreL()
void SetThingL(MDesCArray* anArray);
Withdrawn in 6.0
Sets the data which is stored in the field from a descriptor array.
|
void SetThingL(const TDesC& aDes);
Withdrawn in 6.0
Sets the data which is stored in the field from a descriptor.
|
void SetThingL(const TDesC8& aDes);
Supported from 6.0
Sets the data which is stored in the field from an 8-bit descriptor.
|
void SetThingL(CBufBase* abuf);
Withdrawn in 6.0
Sets the data which is stored in the field from a buffer.
|
void SetThingL(const HBufC8& aDes);
Supported from 6.0
Sets the data which is stored in the field from an 8-bit heap descriptor.
|
CBufBase* Thing() const;
Withdrawn in 6.0
Retrieves the data stored in the field as a pointer to a buffer.
|
HBufC8* Thing() const;
Supported from 6.0
Returns a pointer to the binary data stored in the field.
|