[Bug 29958] UIRibbon Framework not implemented: 926749fa-2615-4987-8845-c33e65f2b957

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 7 07:35:34 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=29958

Jerome Leclanche <adys.wh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adys.wh at gmail.com

--- Comment #2 from Jerome Leclanche <adys.wh at gmail.com> 2013-02-07 07:35:34 CST ---
Simple test case, from Zezula's MPQEditor:

static bool IsRibbonSupported()
{
    IUIFramework * pUIFramework = NULL;
    HRESULT hr;
    hr = CoCreateInstance(CLSID_UIRibbonFramework, NULL,
CLSCTX_INPROC_SERVER,__uuidof(IUIFramework), (PVOID *)&pUIFramework);
    if(SUCCEEDED(hr))
    {
        pUIFramework->Release();
        return true;
    }
    return false;
}

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list