Entry Event
Fired once for each entry retrieved.
Syntax
virtual int FireEntry(ODataEntryEventParams *e);
typedef struct {
char* Id;
char* Title;
char* Summary;
char* ETag;
int reserved;
} ODataEntryEventParams;
Remarks
The Entry event is fired once for each entry found in the response.
The entry properties are provided through EntryProperties.
The entry links are provided through EntryLinks.