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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 32 typedef struct IWbemPath IWbemPath;
182 struct IWbemPath : public IUnknown {
214 HRESULT (WINAPI *QueryInterface)(IWbemPath *This,REFIID riid,void **ppvObject);
215 ULONG (WINAPI *AddRef)(IWbemPath *This);
216 ULONG (WINAPI *Release)(IWbemPath *This);
217 HRESULT (WINAPI *SetText)(IWbemPath *This,ULONG uMode,LPCWSTR pszPath);
218 HRESULT (WINAPI *GetText)(IWbemPath *This,__LONG32 lFlags,ULONG *puBuffLength,LPWSTR pszText);
219 HRESULT (WINAPI *GetInfo)(IWbemPath *This,ULONG uRequestedInfo,ULONGLONG *puResponse);
220 HRESULT (WINAPI *SetServer)(IWbemPath *This,LPCWSTR Name)
    [all...]
wmiatlprov.h 238 CComPtr<IWbemPath>pPath;

Completed in 37 milliseconds