Commit 3eb33e94 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Add IWMCredentialCallback.

parent a4e1e7f9
......@@ -1913,6 +1913,17 @@ interface IWMIStreamProps : IUnknown
HRESULT GetProperty(const WCHAR *name, WMT_ATTR_DATATYPE *type, BYTE *value, DWORD *size);
}
[
object,
local,
uuid(342e0eb7-e651-450c-975b-2ace2c90c48e),
]
interface IWMCredentialCallback : IUnknown
{
HRESULT AcquireCredentials(WCHAR *realm, WCHAR *site, WCHAR *username, DWORD username_size,
WCHAR *password, DWORD password_size, HRESULT hr, DWORD *flags);
}
cpp_quote("HRESULT WINAPI WMCheckURLExtension(LPCWSTR);")
cpp_quote("HRESULT WINAPI WMCheckURLScheme(LPCWSTR);")
cpp_quote("HRESULT WINAPI WMCreateWriter(IUnknown*,IWMWriter**);")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment