home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / AutoPC / apcsdk10.exe / data1.cab / Emulation_Include_Files / shlguid.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-13  |  937 b   |  32 lines

  1. //+---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1992-1997. All rights reserved.
  5. //
  6. //  File:        shlguid.h
  7. //
  8. //    Purpose:
  9. //        For shell-reserved GUID
  10. //
  11. //  The Win95 Shell has been allocated a block of 256 GUIDs,
  12. // which follow the general format:
  13. //
  14. //  000214xx-0000-0000-C000-000000000046
  15. //
  16. #define DEFINE_SHLGUID(name, l, w1, w2) DEFINE_GUID(name, l, w1, w2, 0xC0,0,0,0,0,0,0,0x46)
  17.  
  18. //
  19. // Class IDs        xx=00-DF
  20. //
  21. DEFINE_SHLGUID(CLSID_ShellDesktop,      0x00021400L, 0, 0);
  22.  
  23. //
  24. // Interface IDs    xx=E0-FF
  25. //
  26. DEFINE_SHLGUID(IID_IContextMenu,        0x000214E4L, 0, 0);
  27. DEFINE_SHLGUID(IID_IShellFolder,        0x000214E6L, 0, 0);
  28. DEFINE_SHLGUID(IID_IEnumIDList,         0x000214F2L, 0, 0);
  29.  
  30. DEFINE_SHLGUID(IID_IShellCommandUI,        0x000214FEL, 0, 0);
  31. DEFINE_SHLGUID(IID_IShellListView,        0x000214FFL, 0, 0);
  32.