/reactos/dll/win32/windowscodecs/ |
H A D | bmpencode.c | 502 GUID *pguidContainerFormat) in BmpEncoder_GetContainerFormat() argument 504 TRACE("(%p,%p)\n", iface, pguidContainerFormat); in BmpEncoder_GetContainerFormat() 506 if (!pguidContainerFormat) in BmpEncoder_GetContainerFormat() 509 memcpy(pguidContainerFormat, &GUID_ContainerFormatBmp, sizeof(GUID)); in BmpEncoder_GetContainerFormat()
|
H A D | proxy.c | 50 GUID *pguidContainerFormat) in IWICBitmapCodecInfo_GetContainerFormat_Proxy_W() argument 52 return IWICBitmapCodecInfo_GetContainerFormat(iface, pguidContainerFormat); in IWICBitmapCodecInfo_GetContainerFormat_Proxy_W() 534 GUID *pguidContainerFormat) in IWICMetadataQueryReader_GetContainerFormat_Proxy_W() argument 536 return IWICMetadataQueryReader_GetContainerFormat(iface, pguidContainerFormat); in IWICMetadataQueryReader_GetContainerFormat_Proxy_W()
|
H A D | jpegformat.c | 445 GUID *pguidContainerFormat) in JpegDecoder_GetContainerFormat() argument 447 memcpy(pguidContainerFormat, &GUID_ContainerFormatJpeg, sizeof(GUID)); in JpegDecoder_GetContainerFormat() 715 GUID *pguidContainerFormat) in JpegDecoder_Block_GetContainerFormat() argument 717 TRACE("%p,%p\n", iface, pguidContainerFormat); in JpegDecoder_Block_GetContainerFormat() 719 if (!pguidContainerFormat) return E_INVALIDARG; in JpegDecoder_Block_GetContainerFormat() 721 memcpy(pguidContainerFormat, &GUID_ContainerFormatJpeg, sizeof(GUID)); in JpegDecoder_Block_GetContainerFormat()
|
H A D | tiffformat.c | 731 GUID *pguidContainerFormat) in TiffDecoder_GetContainerFormat() argument 733 if (!pguidContainerFormat) return E_INVALIDARG; in TiffDecoder_GetContainerFormat() 735 memcpy(pguidContainerFormat, &GUID_ContainerFormatTiff, sizeof(GUID)); in TiffDecoder_GetContainerFormat() 2135 GUID *pguidContainerFormat) in TiffEncoder_GetContainerFormat() argument 2137 TRACE("(%p,%p)\n", iface, pguidContainerFormat); in TiffEncoder_GetContainerFormat() 2139 if (!pguidContainerFormat) in TiffEncoder_GetContainerFormat() 2142 memcpy(pguidContainerFormat, &GUID_ContainerFormatTiff, sizeof(GUID)); in TiffEncoder_GetContainerFormat()
|
H A D | icnsformat.c | 564 GUID *pguidContainerFormat) in IcnsEncoder_GetContainerFormat() argument 566 FIXME("(%p,%s): stub\n", iface, debugstr_guid(pguidContainerFormat)); in IcnsEncoder_GetContainerFormat()
|
H A D | pngformat.c | 830 GUID *pguidContainerFormat) in PngDecoder_GetContainerFormat() argument 832 memcpy(pguidContainerFormat, &GUID_ContainerFormatPng, sizeof(GUID)); in PngDecoder_GetContainerFormat() 1210 GUID *pguidContainerFormat) in PngDecoder_Block_GetContainerFormat() argument 1212 if (!pguidContainerFormat) return E_INVALIDARG; in PngDecoder_Block_GetContainerFormat() 1213 memcpy(pguidContainerFormat, &GUID_ContainerFormatPng, sizeof(GUID)); in PngDecoder_Block_GetContainerFormat()
|
H A D | icoformat.c | 580 GUID *pguidContainerFormat) in IcoDecoder_GetContainerFormat() argument 582 memcpy(pguidContainerFormat, &GUID_ContainerFormatIco, sizeof(GUID)); in IcoDecoder_GetContainerFormat()
|
H A D | info.c | 361 GUID *pguidContainerFormat) in BitmapDecoderInfo_GetContainerFormat() argument 364 TRACE("(%p,%p)\n", iface, pguidContainerFormat); in BitmapDecoderInfo_GetContainerFormat() 365 …return ComponentInfo_GetGUIDValue(This->classkey, containerformat_valuename, pguidContainerFormat); in BitmapDecoderInfo_GetContainerFormat() 851 GUID *pguidContainerFormat) in BitmapEncoderInfo_GetContainerFormat() argument 854 TRACE("(%p,%p)\n", iface, pguidContainerFormat); in BitmapEncoderInfo_GetContainerFormat() 855 …return ComponentInfo_GetGUIDValue(This->classkey, containerformat_valuename, pguidContainerFormat); in BitmapEncoderInfo_GetContainerFormat()
|
H A D | tgaformat.c | 354 GUID *pguidContainerFormat) in TgaDecoder_GetContainerFormat() argument 356 memcpy(pguidContainerFormat, &GUID_WineContainerFormatTga, sizeof(GUID)); in TgaDecoder_GetContainerFormat()
|
H A D | bmpdecode.c | 1063 GUID *pguidContainerFormat) in BmpDecoder_GetContainerFormat() argument 1065 memcpy(pguidContainerFormat, &GUID_ContainerFormatBmp, sizeof(GUID)); in BmpDecoder_GetContainerFormat()
|
H A D | gifformat.c | 1170 GUID *pguidContainerFormat) in GifDecoder_GetContainerFormat() argument 1172 memcpy(pguidContainerFormat, &GUID_ContainerFormatGif, sizeof(GUID)); in GifDecoder_GetContainerFormat()
|
/reactos/sdk/include/psdk/ |
H A D | wincodec.idl | 511 [out] GUID *pguidContainerFormat); 603 [out] GUID *pguidContainerFormat); 690 [out] GUID *pguidContainerFormat); 789 [out] GUID *pguidContainerFormat);
|
H A D | wincodecsdk.idl | 251 [out] GUID *pguidContainerFormat);
|