GroupSearch Event

Fired for each line of group search data (during group searches).

Syntax

ANSI (Cross Platform)
virtual int FireGroupSearch(NNTPGroupSearchEventParams *e);
typedef struct {
int64 ArticleNumber;
const char *Header; int reserved; } NNTPGroupSearchEventParams; Unicode (Windows) virtual INT FireGroupSearch(NNTPGroupSearchEventParams *e);
typedef struct {
LONG64 ArticleNumber;
LPCWSTR Header; INT reserved; } NNTPGroupSearchEventParams;
- (void)onGroupSearch:(long long)articleNumber :(NSString*)header;
#define EID_NNTP_GROUPSEARCH 6

virtual INT IPWORKS_CALL FireGroupSearch(LONG64 &lArticleNumber, LPSTR &lpszHeader);

Remarks

ArticleNumber contains the number of the article within the group.

Header contains the matching header.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]