INNTPTransport::CommandLISTGROUP method

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

Retrieves a list of all the article numbers in a particular news group. If the caller specifies a newsgroup name, then the articles are listed for the specified newsgroup. Otherwise, the currently-selected newsgroup is listed.

Syntax

HRESULT CommandLISTGROUP(
  [in] LPSTR pszGroup
);

Parameters

pszGroup [in]

Type: LPSTR

Optional newsgroup name to list articles for.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
E_INVALIDARG
An invalid parameter was passed in
E_OUTOFMEMORY
A memory allocation failed

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
DLL
Inetcomm.dll (version 6.0 or later)