home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / regview / guid.h < prev    next >
Encoding:
Text File  |  1997-08-27  |  890 b   |  21 lines

  1. /**************************************************************************
  2.    THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  3.    ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  4.    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  5.    PARTICULAR PURPOSE.
  6.  
  7.    Copyright 1997 Microsoft Corporation.  All Rights Reserved.
  8. **************************************************************************/
  9.  
  10. /**************************************************************************
  11.  
  12.    File:          Guid.h
  13.    
  14.    Description:   Private GUID definition.
  15.  
  16. **************************************************************************/
  17.  
  18. // {4778AFE0-2289-11d0-8AEC-00A0C90C9246}
  19. DEFINE_GUID(CLSID_RegViewNameSpace, 0x4778AFE0, 0x2289, 0x11D0, 0x8A, 0xEC, 0x0, 0xA0, 0xC9, 0xC, 0x92, 0x46);
  20. #define CLSID_CmdGrp CLSID_RegViewNameSpace
  21.