IDLFLAG 列舉

定義

警告

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

警告

此 API 現已淘汰。

請改用 IDLFLAG

此列舉支援其成員值的位元組合。

public enum class IDLFLAG
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum IDLFLAG
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum IDLFLAG
[System.Flags]
[System.Serializable]
[System.Obsolete]
public enum IDLFLAG
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type IDLFLAG = 
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type IDLFLAG = 
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete>]
type IDLFLAG = 
Public Enum IDLFLAG
繼承
屬性

欄位

IDLFLAG_FIN 1

參數從呼叫端傳遞資訊到被呼叫端。

IDLFLAG_FLCID 4

參數為用戶端應用程式的區域識別項。

IDLFLAG_FOUT 2

參數從被呼叫端傳回資訊到呼叫端。

IDLFLAG_FRETVAL 8

參數為成員的傳回值。

IDLFLAG_NONE 0

未指定參數是否傳遞或接收資訊。

適用於