CustomQueryInterfaceResult Wyliczenie
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.
Udostępnia wartości zwracane dla GetInterface(Guid, IntPtr) metody .
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
- Dziedziczenie
- Atrybuty
Pola
Failed | 2 | Interfejs dla określonego identyfikatora interfejsu jest niedostępny. W takim przypadku zwracany interfejs to |
Handled | 0 | Wskaźnik interfejsu GetInterface(Guid, IntPtr) zwracany z metody może służyć jako wynik IUnknown::QueryInterface. |
NotHandled | 1 | Nie użyto niestandardowego |