mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
windowscodecs: Implement IPropertyBag2_Write_Proxy.
This commit is contained in:
parent
cd1abd68c3
commit
25264f0b11
@ -37,6 +37,12 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wincodecs);
|
||||
|
||||
HRESULT WINAPI IPropertyBag2_Write_Proxy(IPropertyBag2 *iface,
|
||||
ULONG cProperties, PROPBAG2 *ppropbag, VARIANT *pvarValue)
|
||||
{
|
||||
return IPropertyBag2_Write(iface, cProperties, ppropbag, pvarValue);
|
||||
}
|
||||
|
||||
HRESULT WINAPI IWICBitmapClipper_Initialize_Proxy_W(IWICBitmapClipper *iface,
|
||||
IWICBitmapSource *pISource, const WICRect *prc)
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
@ stub IEnumString_Next_WIC_Proxy
|
||||
@ stub IEnumString_Reset_WIC_Proxy
|
||||
@ stub IPropertyBag2_Write_Proxy
|
||||
@ stdcall IPropertyBag2_Write_Proxy(ptr long ptr ptr)
|
||||
@ stdcall IWICBitmapClipper_Initialize_Proxy(ptr ptr ptr) IWICBitmapClipper_Initialize_Proxy_W
|
||||
@ stdcall IWICBitmapCodecInfo_DoesSupportAnimation_Proxy(ptr ptr) IWICBitmapCodecInfo_DoesSupportAnimation_Proxy_W
|
||||
@ stdcall IWICBitmapCodecInfo_DoesSupportLossless_Proxy(ptr ptr) IWICBitmapCodecInfo_DoesSupportLossless_Proxy_W
|
||||
|
Loading…
Reference in New Issue
Block a user