Share via


NNTPLISTGROUP structure

[NNTPLISTGROUP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

This structure is sent in response to a CommandLISTGROUP call.rgArticles is an array of article numbers that are contained in the newsgroup. Since there can be quite a few articles, OnResponse may be called multiple times with the data as it arrives. rgArticles is not accumulated between calls to OnResponse so it is up to the client to store this information as it arrives.

Syntax

typedef struct tagNNTPLISTGROUP {
  DWORD cArticles;
  DWORD *rgArticles;
} NNTPLISTGROUP, *LPNNTPLISTGROUP;

Members

cArticles

Type: DWORD

Number of article numbers in rgArticles

rgArticles

Type: DWORD*

Array of article numbers available in the group

Remarks

fDone will be TRUE when all the information has been returned.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Imnxport.h
IDL
Imnxport.idl