SRow Structure

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
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
ULONG

Variable of type ULONG that specifies the count of property values to which lpProps points.

lpProps
LPSPropValue

Pointer to an array of variables of type SPropValue that describe the property values for the columns in the row.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 4.0

Header

Wabdefs.h

DLL

Wab32.dll

 

 

Send comments about this topic to Microsoft

Build date: 6/30/2010

Community Additions

ADD
Show: