FUNCKIND Enum

Definition

Varning

Use System.Runtime.InteropServices.ComTypes.FUNCKIND instead. http://go.microsoft.com/fwlink/?linkid=14202

Använd FUNCKIND i stället.

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
Arv
FUNCKIND
Attribut

Fält

Name Värde Description
FUNC_VIRTUAL 0

Funktionen används på samma sätt som FUNC_PUREVIRTUAL, förutom att funktionen har en implementering.

FUNC_PUREVIRTUAL 1

Funktionen nås via den virtuella funktionstabellen (VTBL) och tar en implicit this pekare.

FUNC_NONVIRTUAL 2

Funktionen nås av static en adress och tar en implicit this pekare.

FUNC_STATIC 3

Funktionen nås av static en adress och tar ingen implicit this pekare.

FUNC_DISPATCH 4

Funktionen kan endast nås via IDispatch.

Kommentarer

Mer information om FUNCKINDfinns i MSDN-biblioteket.

Gäller för