SAppTimeArray

The SAppTimeArray structure contains a pointer to an array of application time values for use in an SPropValue81C9._8 structure containing information about a property.

Quick Info

Header file:

MAPIDEFS.H

 

typedef struct _SAppTimeArray

     ULONG      cValues;

     double     FAR *lpat; 

} SAppTimeArray;

 

Members

cValues

Count of values in the array pointed to by the lpat member.

lpat

Pointer to an array of application time values.