Share via


SRealArray (Compact 7)

3/12/2014

The SRealArray structure contains an array of float values used to describe a property of type PT_MV_R4.

Syntax

struct { 
  ULONG cValues; 
  float FAR* lpflt; 
} SRealArray; 

Members

  • cValues
    Count of values in the array pointed to by lpflt.
  • lpflt
    Pointer to an array of float values.

Requirements

Header

mapidefs.h

See Also

Reference

MAPI Structures
SPropValue