Share via


NNTPXHDRRESP structure

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

This will be returned in response to a CommandXHDR call. Since the number of headers returned is potentially large, OnResponse may be called multiple times in response to this command. rgHeaders is not accumulated between calls to OnResponse, therefore it is up to the client to store this data as it arrives.

Syntax

typedef struct tagNNTPXHDRRESP {
  DWORD      cHeaders;
  LPNNTPXHDR rgHeaders;
  DWORD_PTR  dwReserved;
} NNTPXHDRRESP, *LPNNTPXHDRRESP;

Members

cHeaders

Type: DWORD

Number of header values in rgHeaders

rgHeaders

Type: LPNNTPXHDR

Array of NNTPXHDR structs containing the requested headers

dwReserved

Type: DWORD_PTR

Reserved for system use

Remarks

fDone will be set to TRUE when all of the headers have 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