Location:
MSVFIND.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
class CMsvFindResultSelection : public CArrayFixFlat< TMsvFindResult >;
Collection of results from a text search operation. The collection is organized as an array.
CArrayFixFlat< TMsvFindResult >
- No description.
CMsvFindResultSelection
- Collection of results from a text search operation
Defined in CMsvFindResultSelection
:
CMsvFindResultSelection()
, CopyL()
, CopyLC()
, Find()
IMPORT_C CMsvFindResultSelection *CopyL() const;
Creates a copy of the results of the text search operation.
The function leaves if memory cannot be allocated for the new object.
|
IMPORT_C CMsvFindResultSelection *CopyLC() const;
Creates a copy of the results of the text search operation and puts a pointer to the new object onto the cleanup stack.
The function leaves if memory cannot be allocated for the new object.
|
IMPORT_C TInt Find(TMsvId aId) const;
Returns the index of the entry corresponding to the specified entry Id.
|
|