Searched refs:pixelformats_keyname (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/windowscodecs/ |
H A D | regsvr.c | 169 static const WCHAR pixelformats_keyname[] = {'P','i','x','e','l','F','o','r','m','a','t','s',0}; variable 655 res = RegCreateKeyExW(clsid_key, pixelformats_keyname, 0, NULL, 0, in register_converters()
|
H A D | info.c | 44 static const WCHAR pixelformats_keyname[] = {'P','i','x','e','l','F','o','r','m','a','t','s',0}; variable 1168 res = RegOpenKeyExW(This->classkey, pixelformats_keyname, 0, KEY_READ, &formats_key); in ConverterSupportsFormat()
|