MULTI_QI (Structures)
Last changed: -192.114.187.124

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct MULTI_QI
{
    [MarshalAs(UnmanagedType.LPStruct)]  public Guid pIID;
    [MarshalAs(UnmanagedType.Interface)] public object pItf;
    public int hr;
}

User-Defined Field Types:

None.

Notes:

Marshal.SizeOf() refuses to deal the pIID member as it is specified, perhaps because it cannot manage the pointer.

Documentation
MULTI_QI on MSDN