reactos/dll/win32/avifil32/avifile.rgs
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

31 lines
1 KiB
Plaintext

HKCR
{
NoRemove CLSID
{
'{00020000-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{00020001-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{00020003-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{0002000d-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{0002000f-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
}
NoRemove AVIFile
{
Compressors
{
auds = s '{0002000F-0000-0000-C000-000000000046}'
vids = s '{00020001-0000-0000-C000-000000000046}'
}
Extensions
{
AU = s '{00020003-0000-0000-C000-000000000046}'
AVI = s '{00020000-0000-0000-C000-000000000046}'
WAV = s '{00020003-0000-0000-C000-000000000046}'
}
RIFFHandlers
{
AVI = s '{00020000-0000-0000-C000-000000000046}'
WAVE = s '{00020003-0000-0000-C000-000000000046}'
}
}
}