tagFUNCKIND Enumeration
Visual Studio 2015
Indicates the kind of function.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| Member name | Description | |
|---|---|---|
| FUNC_DISPATCH | Dispatch function. | |
| FUNC_NONVIRTUAL | Non-virtual function. | |
| FUNC_PUREVIRTUAL | Pure virtual function. | |
| FUNC_STATIC | Static function. | |
| FUNC_VIRTUAL | Virtual function. |
Show: