PARAMFLAG 列舉

定義

警告

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

警告

此 API 現已淘汰。

請改用 PARAMFLAG

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

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

欄位

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

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

適用於