IDLFLAG 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 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.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 =
Public Enum IDLFLAG
- 繼承
- 屬性
欄位
IDLFLAG_FIN | 1 | 參數從呼叫端傳遞資訊到被呼叫端。 |
IDLFLAG_FLCID | 4 | 參數為用戶端應用程式的區域識別項。 |
IDLFLAG_FOUT | 2 | 參數從被呼叫端傳回資訊到呼叫端。 |
IDLFLAG_FRETVAL | 8 | 參數為成員的傳回值。 |
IDLFLAG_NONE | 0 | 未指定參數是否傳遞或接收資訊。 |