CustomQueryInterfaceResult Enum
Definition
Warning
This API is now obsolete.
Provides return values for the GetInterface(Guid, IntPtr) method.
public enum class CustomQueryInterfaceResult
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("CustomQueryInterfaceResult and support for ICustomQueryInterface may be unavailable in future releases.")]
[System.Serializable]
public enum CustomQueryInterfaceResult
type CustomQueryInterfaceResult =
Public Enum CustomQueryInterfaceResult
- Inheritance
- Attributes
Fields
Failed | 2 | The interface for a specific interface ID is not available. In this case, the returned interface is |
Handled | 0 | The interface pointer that is returned from the GetInterface(Guid, IntPtr) method can be used as the result of IUnknown::QueryInterface. |
NotHandled | 1 | The custom |