homescreenpluginsrv/inc/hspsresource.h
branchRCL_3
changeset 19 502e5d91ad42
parent 0 79c6a41cd166
equal deleted inserted replaced
18:bd874ee5e5e2 19:502e5d91ad42
   287         
   287         
   288         // Identifies the configuration that owns the resource
   288         // Identifies the configuration that owns the resource
   289         TInt iConfigurationUid;
   289         TInt iConfigurationUid;
   290         
   290         
   291         // Filename without the extension
   291         // Filename without the extension
   292         TDesC* iResourceID;
   292         HBufC* iResourceID;
   293         
   293         
   294         // Full path and name
   294         // Full path and name
   295         TDesC* iFileName;
   295         HBufC* iFileName;
   296                 
   296                 
   297         TDataType iMimeType;
   297         TDataType iMimeType;
   298         
   298         
   299         // Tags seperated with a colon
   299         // Tags seperated with a colon
   300         TDesC* iTags;
   300         HBufC* iTags;
   301 
   301 
   302          // Reserved pointer for future extension
   302          // Reserved pointer for future extension
   303         TAny* iReserved;
   303         TAny* iReserved;
   304     };
   304     };
   305 
   305