appfw/apparchitecture/apgrfx/apgrecog.cpp
branchRCL_3
changeset 62 924385140d98
parent 47 312d2b433792
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
   458 	} //lint !e1764 Suppress reference parameter 'aDataType' could be declared const ref
   458 	} //lint !e1764 Suppress reference parameter 'aDataType' could be declared const ref
   459 
   459 
   460 
   460 
   461 
   461 
   462 /** Tests whether data taken from a named file has the specified 
   462 /** Tests whether data taken from a named file has the specified 
   463  * data (MIME) type.
   463 data (MIME) type.
   464 
   464 
   465 @param aName The name of the file containing the data.
   465 @param aName The name of the file containing the data.
   466 @param aBuffer A buffer containing data taken from the specified file; Provide preferred size of buffer 
   466 @param aBuffer A buffer containing data taken from the specified file; Provide preferred size of buffer 
   467 from beginning of the file. If MIME type could not be recognized using this buffer, provide a buffer of 
   467 from beginning of the file. If MIME type could not be recognized using this buffer, provide a buffer of 
   468 larger size.
   468 larger size.