Share via


HTTPMEMBERINFOLIST structure

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

Contains a list of HTTPMEMBERINFO structures.

Syntax

typedef struct tagHTTPMEMBERINFOLIST {
  ULONG            cMemberInfo;
  LPHTTPMEMBERINFO prgMemberInfo;
  LPSTR            pszRootTimeStamp;
  LPSTR            pszFolderTimeStamp;
} HTTPMEMBERINFOLIST, *LPHTTPMEMBERINFOLIST;

Members

cMemberInfo

Type: ULONG

Contains a ULONG that contains the number of elements in prgMemberInfo.

prgMemberInfo

Type: LPHTTPMEMBERINFO

Contains a pointer to an array of HTTPMEMBERINFO structures.

pszRootTimeStamp

Type: LPSTR

Contains an LPSTR that contains the timestamp to log for the root colection resource.

pszFolderTimeStamp

Type: LPSTR

Contains an LPSTR that contains the timestamp to log for the collection resource that contains the resources whose properties are returned in prgMemberInfo.

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