Freigeben über


CALLCONV-Enumeration

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

Verwenden Sie stattdessen System.Runtime.InteropServices.ComTypes.CALLCONV.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public enum CALLCONV
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
public enum class CALLCONV
[<SerializableAttribute>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
type CALLCONV
<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
Public Enumeration CALLCONV

Member

Membername Beschreibung
CC_CDECL

Gibt an, dass die Cdecl-Aufrufkonvention für eine Methode verwendet wird.

CC_MACPASCAL

Gibt an, dass die Macpascal-Aufrufkonvention für eine Methode verwendet wird.

CC_MAX

Gibt das Ende der System.Runtime.InteropServices.CALLCONV Enumeration.

CC_MPWCDECL

Gibt an, dass die Mpwcdecl-Aufrufkonvention für eine Methode verwendet wird.

CC_MPWPASCAL

Gibt an, dass die Mpwpascal-Aufrufkonvention für eine Methode verwendet wird.

CC_MSCPASCAL

Gibt an, dass die Mscpascal-Aufrufkonvention für eine Methode verwendet wird.

CC_PASCAL

Zeigt an, dass die Pascal-Aufrufkonvention für eine Methode verwendet wird.

CC_RESERVED

Dieser Wert ist für die zukünftige Verwendung reserviert.

CC_STDCALL

Gibt an, dass die Stdcall-Aufrufkonvention für eine Methode verwendet wird.

CC_SYSCALL

Gibt an, dass die Syscall-Aufrufkonvention für eine Methode verwendet wird.

Hinweise

Weitere Informationen zu CALLCONV, finden Sie in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

System.Runtime.InteropServices-Namespace

Zurück zum Anfang