#include <mw/apgcli.h>
| class CDataRecognitionResultArray : public CBase, public CBase | 
| Public Member Functions | |
|---|---|
| CDataRecognitionResultArray() | |
| ~CDataRecognitionResultArray() | |
| IMPORT_C TUint | Count() | 
| IMPORT_C void | GetDataRecognitionResultL(TDataRecognitionResult &, const TUint) | 
| IMPORT_C void | GetFileNameL(TFileName &, const TUint) | 
| TUint | InternalizeL(const CBufFlat &) | 
| IMPORT_C const TFileName & | Path() | 
| void | SetPath(const TFileName &) | 
This class holds the MIME-type recognition results of a recognized directory.
| IMPORT_C TUint | Count | ( | ) | const | 
Returns the number of entries in the CDataRecognitionResultArray.
| IMPORT_C void | GetDataRecognitionResultL | ( | TDataRecognitionResult & | aResult, | 
| const TUint | aIndex | |||
| ) | const | |||
| Parameters | |
|---|---|
| aResult | On successful completion, this parameter contains the recognition result at the given index. | 
| aIndex | The index of the recognition result to be returned. An invalid index causes the function to leave with KErrNotFound. | 
| Leave Codes | |
|---|---|
| KErrNotFound | An invalid index is passed | 
| Parameters | |
|---|---|
| aFileName | On successful completion, this parameter contains the file name of the object at the given index. | 
| aIndex | Specifies which file name to be returned. An invalid index causes the function to leave with KErrNotFound. | 
| Leave Codes | |
|---|---|
| KErrNotFound | An invalid index is passed |