Searched refs:containerformat_valuename (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/windowscodecs/ |
H A D | regsvr.c | 156 static const WCHAR containerformat_valuename[] = {'C','o','n','t','a','i','n','e','r','F','o','r','… variable 253 res = RegSetValueExW(clsid_key, containerformat_valuename, 0, REG_SZ, in register_decoders() 468 res = RegSetValueExW(clsid_key, containerformat_valuename, 0, REG_SZ, in register_encoders()
|
H A D | info.c | 46 static const WCHAR containerformat_valuename[] = {'C','o','n','t','a','i','n','e','r','F','o','r','… variable 365 …return ComponentInfo_GetGUIDValue(This->classkey, containerformat_valuename, pguidContainerFormat); in BitmapDecoderInfo_GetContainerFormat() 855 …return ComponentInfo_GetGUIDValue(This->classkey, containerformat_valuename, pguidContainerFormat); in BitmapEncoderInfo_GetContainerFormat()
|