SRow

Send Feedback

The SRow structure describes a row from a table containing selected properties for a specific object.

Syntax

struct { 
  ULONG ulAdrEntryPad; 
  ULONG cValues; 
  LPSPropValue lpProps; 
} SRow, FAR *LPSRow; 

Members

  • ulAdrEntryPad
    Padding bytes to properly align the property values pointed to by lpProps.
  • cValues
    Count of property values pointed to by lpProps.
  • lpProps
    Pointer to an array of SPropValue structures that describe the property values for the columns in the row.

Remarks

An SRow structure describes a row in a table. An SRow structure is included in the TABLE_NOTIFICATION structure that accompanies a table notification and uses the IMAPITable::QueryRows method and the FreeProws function.

When more than one row must be described, an SRowSet structure is used. An SRowSet structure contains an array of SRow structures and a count of structures in the array.

SRow structures are defined the same as ADRENTRY structures so that a row of a recipient table and an entry in an address list can be treated the same.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h

See Also

MAPI Structures | Messaging | SPropValue | SRowSet | TABLE_NOTIFICATION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.