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 / bandobjs / guid.h < prev    next >
Encoding:
Text File  |  1997-12-11  |  1.1 KB  |  29 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 - 1998 Microsoft Corporation.  All Rights Reserved.
  8. **************************************************************************/
  9.  
  10. /**************************************************************************
  11.  
  12.    File:          Guid.h
  13.    
  14.    Description:   Private GUID definition.
  15.  
  16. **************************************************************************/
  17.  
  18. // {85E0B170-04FA-11d1-B7DA-00A0C90348D6}
  19. DEFINE_GUID(CLSID_SampleDeskBand, 
  20. 0x85e0b170, 0x4fa, 0x11d1, 0xb7, 0xda, 0x0, 0xa0, 0xc9, 0x3, 0x48, 0xd6);
  21.  
  22. // {85E0B171-04FA-11d1-B7DA-00A0C90348D6}
  23. DEFINE_GUID(CLSID_SampleExplorerBar, 
  24. 0x85e0b171, 0x4fa, 0x11d1, 0xb7, 0xda, 0x0, 0xa0, 0xc9, 0x3, 0x48, 0xd6);
  25.  
  26. // {85E0B172-04FA-11d1-B7DA-00A0C90348D6}
  27. DEFINE_GUID(CLSID_SampleCommBand, 
  28. 0x85e0b172, 0x4fa, 0x11d1, 0xb7, 0xda, 0x0, 0xa0, 0xc9, 0x3, 0x48, 0xd6);
  29.