2.2.2.4 MSG_INFO_1_CONTAINER

MSG_INFO_1_CONTAINER is a container structure that holds one or more MSG_INFO_1 structures.

 typedef struct _MSG_INFO_1_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] LPMSG_INFO_1 Buffer;
 } MSG_INFO_1_CONTAINER,
  *PMSG_INFO_1_CONTAINER,
  *LPMSG_INFO_1_CONTAINER;

EntriesRead: A 32-bit value that MUST denote the number of entries in Buffer.

Buffer: A pointer to a variable-size buffer that MUST contain one or more MSG_INFO_1 structures.