mscorlib(4.0.0.0) API with additions
CustomQueryInterfaceResult.cs
2 {
5  [ComVisible(false)]
6  [__DynamicallyInvokable]
8  {
10  [__DynamicallyInvokable]
11  Handled,
13  [__DynamicallyInvokable]
14  NotHandled,
16  [__DynamicallyInvokable]
17  Failed
18  }
19 }
The notification failed for any reason.
CustomQueryInterfaceResult
Provides return values for the M:System.Runtime.InteropServices.ICustomQueryInterface....
Specifies that the class can be serialized.
The custom QueryInterface was not used. Instead, the default implementation of IUnknown::QueryInterfa...
The interface pointer that is returned from the M:System.Runtime.InteropServices.ICustomQueryInterfac...