CALLCONV Enum

Definition

Varning

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

Använd CALLCONV i stället.

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.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 = 
Public Enum CALLCONV
Arv
CALLCONV
Attribut

Fält

Name Värde Description
CC_CDECL 1

Anger att Cdecl-anropskonventionen används för en metod.

CC_MSCPASCAL 2

Anger att mscpascal-anropskonventionen används för en metod.

CC_PASCAL 2

Anger att Pascal-anropskonventionen används för en metod.

CC_MACPASCAL 3

Anger att Macpascal-anropskonventionen används för en metod.

CC_STDCALL 4

Anger att Stdcall-anropskonventionen används för en metod.

CC_RESERVED 5

Det här värdet är reserverat för framtida användning.

CC_SYSCALL 6

Anger att Syscall-anropskonventionen används för en metod.

CC_MPWCDECL 7

Anger att Mpwcdecl-anropskonventionen används för en metod.

CC_MPWPASCAL 8

Anger att Mpwpascal-anropskonventionen används för en metod.

CC_MAX 9

Anger slutet på CALLCONV uppräkningen.

Kommentarer

Mer information om CALLCONVfinns i MSDN-biblioteket.

Gäller för