CommsDatUtils::NameLookUp Class Reference

class CommsDatUtils::NameLookUp
Public Member Functions
IMPORT_C TInt FieldNameLookup ( CommsDat::TMDBElementId , HBufC *&, TInt &)
Private Member Functions
NameLookUp ()

Constructor & Destructor Documentation

NameLookUp()

NameLookUp ( ) [private, inline]

Member Functions Documentation

FieldNameLookup(CommsDat::TMDBElementId, HBufC *&, TInt &)

IMPORT_C TInt FieldNameLookup ( CommsDat::TMDBElementId aElementId,
HBufC *& aFieldName,
TInt & aDataType
) [static]

Looks up the field specified and supplies a descriptor matching the name.

Parameters

CommsDat::TMDBElementId aElementId The field to look up.
HBufC *& aFieldName returns a pointer to the HBufC containing the string.
TInt & aDataType returns the data type of the found field.