PARAMFLAG 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.PARAMFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 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.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 =
Public Enum 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 | 未指定參數是否傳遞或接收資訊。 |