PARAMFLAG 列舉

定義

警告

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

請改用 PARAMFLAG

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

C#
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum PARAMFLAG
C#
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum PARAMFLAG
繼承
PARAMFLAG
屬性

欄位

名稱 Description
PARAMFLAG_FHASCUSTDATA 64

參數具有自訂資料。

PARAMFLAG_FHASDEFAULT 32

參數具有已定義的預設行為。

PARAMFLAG_FIN 1

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

PARAMFLAG_FLCID 4

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

PARAMFLAG_FOPT 16

參數為選擇性 (Optional)。

PARAMFLAG_FOUT 2

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

PARAMFLAG_FRETVAL 8

參數為成員的傳回值。

PARAMFLAG_NONE 0

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

適用於

產品 版本 (已淘汰)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)