This topic has not yet been rated - Rate this topic

SMAPIFormInfoArray

Published: July 16, 2012

Contains an array of pointers to form information objects.

Header file:

Mapiform.h

Related macro:

CbMAPIFormInfoArray

typedef struct
{
  ULONG cForms;
  LPMAPIFORMINFO aFormInfo[MAPI_DIM];
} SMAPIFormInfoArray, FAR * LPSMAPIFORMINFOARRAY;

cForms

Count of pointers in the array pointed to by the aFormInfo member.

aFormInfo

Pointer to an array of pointers to form information objects.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.