This structure is used by the
GetFirstArticle and
GetNextArticle methods to return
information about articles in the currently selected directory.
typedef struct _NEWSARTICLE
{
LONG nArticleId;
LONG nBytes;
LONG nLines;
TCHAR szSubject[NNTP_MAXSUBJLEN];
TCHAR szAuthor[NNTP_MAXAUTHLEN];
TCHAR szMessageId[NNTP_MAXMSGIDLEN];
TCHAR szReferences[NNTP_MAXREFLEN];
SYSTEMTIME stPosted;
} NEWSARTICLE, *LPNEWSARTICLE;