__interface IWmiRepository : IUnknown

{

    HRESULT SetNamespace(LPCWSTR namespaceName);

    HRESULT ExecQuery(LPCWSTR query, [out] IWmiIterator **ppIterator);

};

Related Topics

Wizard Page Interfaces
Overview
HRESULT SetNamespace(LPCWSTR namespaceName)
HRESULT ExecQuery(LPCWSTR query, [out] IWmiIterator **ppIterator)