Searched defs:IExtensionServices (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dhlink.h57 typedef struct IExtensionServices IExtensionServices; typedef in typeref:struct:IExtensionServices
633 typedef IExtensionServices *LPEXTENSIONSERVICES;
637 struct IExtensionServices : public IUnknown { struct in inherits:IUnknown
645 HRESULT (WINAPI *QueryInterface)(IExtensionServices *This,REFIID riid,void **ppvObject);
646 ULONG (WINAPI *AddRef)(IExtensionServices *This);
647 ULONG (WINAPI *Release)(IExtensionServices *This);
648 HRESULT (WINAPI *SetAdditionalHeaders)(IExtensionServices *This,LPCWSTR pwzAdditionalHeaders);
649 HRESULT (WINAPI *SetAuthenticateData)(IExtensionServices *This,HWND phwnd,LPCWSTR pwzUsername,LPCWSTR pwzPassword);
652 struct IExtensionServices { struct
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dhlink.h57 typedef struct IExtensionServices IExtensionServices; typedef in typeref:struct:IExtensionServices
633 typedef IExtensionServices *LPEXTENSIONSERVICES;
637 struct IExtensionServices : public IUnknown { struct in inherits:IUnknown
645 HRESULT (WINAPI *QueryInterface)(IExtensionServices *This,REFIID riid,void **ppvObject);
646 ULONG (WINAPI *AddRef)(IExtensionServices *This);
647 ULONG (WINAPI *Release)(IExtensionServices *This);
648 HRESULT (WINAPI *SetAdditionalHeaders)(IExtensionServices *This,LPCWSTR pwzAdditionalHeaders);
649 HRESULT (WINAPI *SetAuthenticateData)(IExtensionServices *This,HWND phwnd,LPCWSTR pwzUsername,LPCWSTR pwzPassword);
652 struct IExtensionServices { struct
[all...]

Completed in 52 milliseconds