Location:
MSVFIND.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
class TMsvFindResult;
A single result from a text search operation. The class encapsulates information which:
1. identifies the message in which the search text is found
2. identifies the parts of the message that contain the search text.
Defined in TMsvFindResult
:
TMsvFindResult()
, TMsvFindResult()
, iId
, iPartList
IMPORT_C TMsvFindResult(TMsvPartList aPartList, TMsvId aId);
Constructor specifying the results of a search.
|
TMsvId iId;
The entry Id of the message that contains the search text.