FUNCKIND 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
请改用 FUNCKIND。
public enum class FUNCKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum FUNCKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum FUNCKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type FUNCKIND =
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FUNCKIND =
Public Enum FUNCKIND
- 继承
- 属性
字段
FUNC_DISPATCH | 4 | 该函数只能通过 |
FUNC_NONVIRTUAL | 2 | 该函数通过 |
FUNC_PUREVIRTUAL | 1 | 该函数通过虚函数表 (VTBL) 访问,并采用隐式 |
FUNC_STATIC | 3 | 该函数通过 |
FUNC_VIRTUAL | 0 | 该函数与 FUNC_PUREVIRTUAL 的访问方式相同,不同之处在于该函数具有实现。 |
注解
有关 的其他 FUNCKIND
信息,请参阅 MSDN 库。