HomeSort by relevance Sort by last modified time
    Searched refs:ISWbemServices (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemads.h 72 virtual HRESULT WINAPI GetWMIServices(ISWbemServices **objWMIServices) = 0;
86 HRESULT (WINAPI *GetWMIServices)(IWMIExtension *This,ISWbemServices **objWMIServices);
109 HRESULT WINAPI IWMIExtension_GetWMIServices_Proxy(IWMIExtension *This,ISWbemServices **objWMIServices);
wbemdisp.h 27 typedef struct ISWbemServices ISWbemServices;
373 typedef struct ISWbemServices ISWbemServices;
615 struct ISWbemServices : public IDispatch {
640 HRESULT (WINAPI *QueryInterface)(ISWbemServices *This,REFIID riid,void **ppvObject);
641 ULONG (WINAPI *AddRef)(ISWbemServices *This);
642 ULONG (WINAPI *Release)(ISWbemServices *This);
643 HRESULT (WINAPI *GetTypeInfoCount)(ISWbemServices *This,UINT *pctinfo);
644 HRESULT (WINAPI *GetTypeInfo)(ISWbemServices *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo)
    [all...]

Completed in 76 milliseconds