CALLCONV 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.CALLCONV instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 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.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
- 繼承
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| CC_CDECL | 1 | 表示 Cdecl 呼叫慣例用於某方法。 |
| CC_MSCPASCAL | 2 | 表示 Mscpascal 呼叫慣例用於某個方法。 |
| CC_PASCAL | 2 | 表示方法使用帕斯卡呼叫慣例。 |
| CC_MACPASCAL | 3 | 表示某方法使用Macpascal呼叫慣例。 |
| CC_STDCALL | 4 | 表示 Stdcall 呼叫慣例用於某個方法。 |
| CC_RESERVED | 5 | 此價值保留以供未來使用。 |
| CC_SYSCALL | 6 | 表示 Syscall 呼叫慣例用於某方法。 |
| CC_MPWCDECL | 7 | 表示 Mpwcdecl 呼叫慣例用於某個方法。 |
| CC_MPWPASCAL | 8 | 表示 Mpwpascal 呼叫慣例用於某個方法。 |
| CC_MAX | 9 | 表示列舉結束 CALLCONV 。 |
備註
欲了解更多資訊 CALLCONV,請參閱MSDN圖書館。