Example:
TBuf KMaxFileNameLength iFileName
void TSettings Settings::ExternalizeL(RWriteStream& aStream) const
{
aStream << iFileName;
}
void TSettings::InternalizeL(RReadStream& aStream)
{
aStream >> iFileName;
}
The Purpose of this Blog is to spread the less known facts to the Mobile developers. If you want to post any article on the Blog please send it to me my email ID is skumar.mobiledev@gmail.com
No comments:
Post a Comment