SPropProblem Structure
Do not use. Describes an error relating to an operation involving a property.
Syntax
typedef struct _SPropProblem {
ULONG ulIndex;
ULONG ulPropTag;
SCODE scode;
} SPropProblem;
Members
- ulIndex
- ULONG
Variable of type ULONG that specifies the index value in an array of property tags.
- ulPropTag
- ULONG
Variable of type ULONG that specifies the property tag for the property with the error.
- scode
- SCODE
Variable of type SCODE that specifies the error value that describes the problem with the property.
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: