home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / audio / wavefile / wavefile.reg < prev    next >
Windows Registry Data  |  1996-07-16  |  938b  |  26 lines

  1. REGEDIT4
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3.  ;
  4.  ;  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  5.  ;  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  6.  ;  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  7.  ;  PURPOSE.
  8.  ;
  9.  ;  Copyright (C) 1992 - 1996 Microsoft Corporation.  All Rights Reserved.
  10.  ;
  11.  ;
  12.  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  13.  
  14. ;
  15. ; Remember, use GUIDGEN to make your own GUIDs!
  16. ;
  17. [HKEY_CLASSES_ROOT\AVIFile\Extensions\WAV]
  18. @="{00020003-0000-0000-C000-000000000046}"
  19. [HKEY_CLASSES_ROOT\Clsid\{00020003-0000-0000-C000-000000000046}]
  20. @="Microsoft WAVE files"
  21. [HKEY_CLASSES_ROOT\Clsid\{00020003-0000-0000-C000-000000000046}\InprocServer32]
  22. @="wavef32.dll"
  23. "ThreadingModel"="Apartment"
  24. [HKEY_CLASSES_ROOT\Clsid\{00020003-0000-0000-C000-000000000046}\AVIFile]
  25. @="3"
  26.