CustomQueryInterfaceResult 列挙型

定義

注意事項

CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.

GetInterface(Guid, IntPtr) メソッドの戻り値を提供します。

public enum class CustomQueryInterfaceResult
[System.Obsolete("CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.")]
public enum CustomQueryInterfaceResult
public enum CustomQueryInterfaceResult
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum CustomQueryInterfaceResult
[<System.Obsolete("CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.")>]
type CustomQueryInterfaceResult = 
type CustomQueryInterfaceResult = 
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type CustomQueryInterfaceResult = 
Public Enum CustomQueryInterfaceResult
継承
CustomQueryInterfaceResult
属性

フィールド

Failed 2

特定のインターフェイス ID のインターフェイスを使用できません。 この場合、返されるインターフェイスは null です。 IUnknown::QueryInterface の呼び出し元に E_NOINTERFACE が返されます。

Handled 0

GetInterface(Guid, IntPtr) メソッドから返されるインターフェイス ポインターは、IUnknown::QueryInterface の結果として使用できます。

NotHandled 1

カスタムの QueryInterface は使用されていません。 代わりに、IUnknown::QueryInterface の既定の実装を使用する必要があります。

適用対象