FUNCKIND 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 FUNCKIND
public enum class FUNCKIND
enum FUNCKIND
public enum FUNCKIND
type FUNCKIND =
Public Enum FUNCKIND
- Inheritance
-
FUNCKIND
Fields
Name | Value | Description |
---|---|---|
FUNC_VIRTUAL | 0 | |
FUNC_PUREVIRTUAL | 1 | |
FUNC_NONVIRTUAL | 2 | |
FUNC_STATIC | 3 | |
FUNC_DISPATCH | 4 |