SPropProblem structure (wabdefs.h)

Do not use. Describes an error relating to an operation involving a property.

Syntax

typedef struct _SPropProblem {
  ULONG ulIndex;
  ULONG ulPropTag;
  SCODE scode;
} SPropProblem, *LPSPropProblem;

Members

ulIndex

Type: ULONG

Variable of type ULONG that specifies the index value in an array of property tags.

ulPropTag

Type: ULONG

Variable of type ULONG that specifies the property tag for the property with the error.

scode

Type: SCODE

Variable of type SCODE that specifies the error value that describes the problem with the property.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wabdefs.h