SAppTimeArray
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains an array of time values.
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.
Remarks
The SAppTimeArray structure is used to define properties of type PT_MV_APPTIME. For more information about PT_MV_APPTIME, see List of Property Types.