tagTYPEKIND Enum

Definition

Specifies various types of data and functions.

public enum class tagTYPEKIND
public enum class tagTYPEKIND
enum tagTYPEKIND
public enum tagTYPEKIND
type tagTYPEKIND = 
Public Enum tagTYPEKIND
Inheritance
tagTYPEKIND

Fields

TKIND_ALIAS 6

A type that is an alias for another type.

TKIND_COCLASS 5

A set of implemented components interfaces.

TKIND_DISPATCH 4

A set of methods and properties that are accessible through IDispatch::Invoke. By default, dual interfaces return TKIND_DISPATCH.

TKIND_ENUM 0

A set of enumerators.

TKIND_INTERFACE 3

A type that has virtual functions, all of which are pure.

TKIND_MAX 8

End of enumeration marker.

TKIND_MODULE 2

A module that can only have static functions and data (for example, a DLL).

TKIND_RECORD 1

A structure with no methods.

TKIND_UNION 7

A union of all members that have an offset of zero.

Applies to