aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Cannot perform query component registration under user account #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Attempt to execute following code (querying plugin registration) under user
account (not Administrator):

    CComBSTR query_registrar_progid("GoogleDesktop.QueryRegistration"); //
exception mem
    CComQIPtr<IGoogleDesktopRegisterQueryPlugin> pQueryRegister;

VRF_COMHR(m_pRegistrar->GetRegistrationInterface(query_registrar_progid,
reinterpret_cast<IUnknown**>(&pQueryRegister))); // exception

What is the expected output? What do you see instead?

The last line returns 0x800401F3
Expected S_OK as under Administrator

What version of the product are you using? On what operating system?

5.7

Please provide any additional information below.

Original issue reported on code.google.com by mtebe...@gmail.com on 31 Jul 2008 at 5:05