IUIImage (Interfaces)
Last changed: http---blogs.microsoft.co.il-blogs-arik--85.250.66.240

.
Summary
IUIImageFromBitmap is a factory interface implemented by the Windows Ribbon (Ribbon) framework that defines the method for creating an IUIImage object.

C# Definition:

// Produces containers for bitmap images
[ComImport]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("18aba7f3-4c1c-4ba2-bf6c-f5c3326fa816")]
public interface IUIImageFromBitmap
{
    [PreserveSig]
    HRESULT CreateImage(IntPtr /* HBITMAP */ bitmap, UI_Ownership options, [Out(), MarshalAs(UnmanagedType.Interface)] out IUIImage image);
}

Notes:

None.

Documentation