From: Amine Khaldi Date: Sun, 4 Jun 2017 01:47:54 +0000 (+0000) Subject: [PSDK] Update wincodec.idl. CORE-13362 X-Git-Tag: ReactOS-0.4.6~467 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f4bd80599a637b54d88545be67a638fcdbac0dd6 [PSDK] Update wincodec.idl. CORE-13362 svn path=/trunk/; revision=74860 --- diff --git a/reactos/sdk/include/psdk/wincodec.idl b/reactos/sdk/include/psdk/wincodec.idl index d14c8ec0d31..15d64a59c93 100644 --- a/reactos/sdk/include/psdk/wincodec.idl +++ b/reactos/sdk/include/psdk/wincodec.idl @@ -1023,6 +1023,10 @@ cpp_quote("HRESULT WINAPI WICConvertBitmapSource(REFWICPixelFormatGUID dstFormat cpp_quote("HRESULT WINAPI WICCreateBitmapFromSection(UINT width, UINT height, REFWICPixelFormatGUID format, HANDLE section, UINT stride, UINT offset, IWICBitmap **bitmap);") cpp_quote("HRESULT WINAPI WICCreateBitmapFromSectionEx(UINT width, UINT height, REFWICPixelFormatGUID format, HANDLE section, UINT stride, UINT offset, WICSectionAccessLevel access, IWICBitmap **bitmap);") +cpp_quote("HRESULT WINAPI WICMapGuidToShortName(REFGUID,UINT,WCHAR *,UINT *);") +cpp_quote("HRESULT WINAPI WICMapShortNameToGuid(const WCHAR *,GUID *);") +cpp_quote("HRESULT WINAPI WICMapSchemaToName(REFGUID,const WCHAR *,UINT,WCHAR *,UINT *);") + cpp_quote("DEFINE_GUID(CLSID_WICBmpDecoder, 0x6b462062,0x7cbf,0x400d,0x9f,0xdb,0x81,0x3d,0xd1,0x0f,0x27,0x78);") cpp_quote("DEFINE_GUID(CLSID_WICPngDecoder, 0x389ea17b,0x5078,0x4cde,0xb6,0xef,0x25,0xc1,0x51,0x75,0xc7,0x51);") cpp_quote("DEFINE_GUID(CLSID_WICIcoDecoder, 0xc61bfcdf,0x2e0f,0x4aad,0xa8,0xd7,0xe0,0x6b,0xaf,0xeb,0xcd,0xfe);")