CALLCONV Énumération

Définition

Attention

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

Attention

Cette API est à présent déconseillée.

Utilisez plutôt CALLCONV.

public enum class CALLCONV
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum CALLCONV
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum CALLCONV
[System.Serializable]
[System.Obsolete]
public enum CALLCONV
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type CALLCONV = 
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type CALLCONV = 
[<System.Serializable>]
[<System.Obsolete>]
type CALLCONV = 
Public Enum CALLCONV
Héritage
CALLCONV
Attributs

Champs

CC_CDECL 1

Indique que la convention d'appel Cdecl est utilisée pour une méthode.

CC_MACPASCAL 3

Indique que la convention d'appel Macpascal est utilisée pour une méthode.

CC_MAX 9

Indique la fin de l’énumération CALLCONV.

CC_MPWCDECL 7

Indique que la convention d'appel Mpwcdecl est utilisée pour une méthode.

CC_MPWPASCAL 8

Indique que la convention d'appel Mpwpascal est utilisée pour une méthode.

CC_MSCPASCAL 2

Indique que la convention d'appel Mscpascal est utilisée pour une méthode.

CC_PASCAL 2

Indique que la convention d’appel Pascal est utilisée pour une méthode.

CC_RESERVED 5

Cette valeur est réservée à une utilisation ultérieure.

CC_STDCALL 4

Indique que la convention d'appel Stdcall est utilisée pour une méthode.

CC_SYSCALL 6

Indique que la convention d'appel Syscall est utilisée pour une méthode.

Remarques

Pour plus d’informations sur CALLCONV, consultez MSDN Library.

S’applique à