Contents Index Topic Contents | ||
Previous Topic: SRestriction Next Topic: SRowSet |
SRow
typedef struct _SRow { ULONG ulAdrEntryPad; ULONG cValues; LPSPropValue lpProps; } SRow, FAR *LPSRow;Describes a row from a table containing selected properties for a specific object.
- ulAdrEntryPad
- Padding bytes to properly align the property values pointed to by the lpProps member.
- cValues
- Count of property values pointed to by lpProps.
- lpProps
- Address of an array of SPropValue structures that describe the property values for the columns in the row.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.