GroupSearch Event
Fired for each line of group search data (during group searches).
Syntax
virtual int FireGroupSearch(NNTPGroupSearchEventParams *e);
typedef struct {
int ArticleNumber;
char* Header;
int reserved;
} NNTPGroupSearchEventParams;
Remarks
ArticleNumber contains the number of the article within the group.
Header contains the matching header.