ATTRVALUETYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of attribute values in GetAttributeStatusVal(String, ATTRVALUETYPE, Int32) and GetAttributeValue(Int32, ATTRVALUETYPE, String) calls.
public enum class ATTRVALUETYPE
public enum class ATTRVALUETYPE
enum ATTRVALUETYPE
public enum ATTRVALUETYPE
type ATTRVALUETYPE =
Public Enum ATTRVALUETYPE
- Inheritance
-
ATTRVALUETYPE
Fields
VSHAL_Display | 1 | The display attribute. |
VSHAL_Real | 0 | The actual attribute. |
Remarks
COM Signature
From context.idl: