tagFUNCKIND 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.
Indicates the kind of function.
public enum class tagFUNCKIND
public enum class tagFUNCKIND
enum tagFUNCKIND
public enum tagFUNCKIND
type tagFUNCKIND =
Public Enum tagFUNCKIND
- Inheritance
-
tagFUNCKIND
Fields
Name | Value | Description |
---|---|---|
FUNC_VIRTUAL | 0 | Virtual function. |
FUNC_PUREVIRTUAL | 1 | Pure virtual function. |
FUNC_NONVIRTUAL | 2 | Non-virtual function. |
FUNC_STATIC | 3 | Static function. |
FUNC_DISPATCH | 4 | Dispatch function. |