SRow structure (wabdefs.h)
Do not use. Describes a row from a table containing selected properties for a specific object.
Syntax
typedef struct _SRow {
ULONG ulAdrEntryPad;
ULONG cValues;
LPSPropValue lpProps;
} SRow, *LPSRow;
Members
ulAdrEntryPad
Type: ULONG
Variable of type ULONG that specifies the number of padding bytes for aligning properly the property values to which the lpProps member points.
cValues
Type: ULONG
Variable of type ULONG that specifies the count of property values to which lpProps points.
lpProps
Type: LPSPropValue
Pointer to an array of variables of type SPropValue that describe the property values for the columns in the row.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wabdefs.h |