NNTPGROUP structure
[NNTPGROUP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
The response from the CommandGROUP function. The data is the current status of the group that was switched to.
Syntax
typedef struct tagNNTPGROUP {
DWORD dwCount;
DWORD dwFirst;
DWORD dwLast;
LPSTR pszGroup;
} NNTPGROUP, *LPNNTPGROUP;
Members
-
dwCount
-
Type: DWORD
-
Estimated number of articles in the group
-
dwFirst
-
Type: DWORD
-
First article number in the group
-
dwLast
-
Type: DWORD
-
Last article number in the group
-
pszGroup
-
Type: LPSTR
-
Name of the group
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|