TYPEKIND 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.
public enum class TYPEKIND
public enum class TYPEKIND
enum TYPEKIND
public enum TYPEKIND
type TYPEKIND =
Public Enum TYPEKIND
- Inheritance
-
TYPEKIND
Fields
Name | Value | Description |
---|---|---|
TKIND_ENUM | 0 | |
TKIND_RECORD | 1 | |
TKIND_MODULE | 2 | |
TKIND_INTERFACE | 3 | |
TKIND_DISPATCH | 4 | |
TKIND_COCLASS | 5 | |
TKIND_ALIAS | 6 | |
TKIND_UNION | 7 | |
TKIND_MAX | 8 |