Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The CADenialState enumeration specifies the state of a denial, or a property on a denial.
Syntax
typedef enum CADenialState{
Denied = 0,
Transient = 1,
DescriptionShort = 10,
DescriptionLong = 11,
DescriptionHTML = 12,
DescriptionXML = 13
};
Elements
Denied
The denial is currently in effect.
Transient
The denial is transient, and not yet in effect. The policy might impose this denial at a later time, depending on information that is not yet available.
DescriptionShort
The short description has changed.
DescriptionLong
The long description has changed.
DescriptionHTML
The HTML description has changed.
DescriptionXML
The XML description has changed.
See Also