Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.2 KiB

  1. // Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
  2. #ifndef __privcid_h__
  3. #define __privcid_h__
  4. #include <mshtmcid.h>
  5. //----------------------------------------------------------------------------
  6. //
  7. // Private Command IDs.
  8. //
  9. //----------------------------------------------------------------------------
  10. #define IDM_TABKEY 6000
  11. #define IDM_SHTABKEY 6001
  12. #define IDM_RETURNKEY 6002
  13. #define IDM_ESCKEY 6003
  14. #if DBG == 1
  15. #define IDM_DEBUG_TRACETAGS 6004
  16. #define IDM_DEBUG_RESFAIL 6005
  17. #define IDM_DEBUG_DUMPOTRACK 6006
  18. #define IDM_DEBUG_BREAK 6007
  19. #define IDM_DEBUG_VIEW 6008
  20. #define IDM_DEBUG_DUMPTREE 6009
  21. #define IDM_DEBUG_DUMPLINES 6010
  22. #define IDM_DEBUG_LOADHTML 6011
  23. #define IDM_DEBUG_SAVEHTML 6012
  24. #define IDM_DEBUG_MEMMON 6013
  25. #endif
  26. // IE4 Shdocvw Messages
  27. #define IDM_SHDV_FINALTITLEAVAIL 6020
  28. #define IDM_SHDV_MIMECSETMENUOPEN 6021
  29. #define IDM_SHDV_PRINTFRAME 6022
  30. #define IDM_SHDV_PUTOFFLINE 6022
  31. #define IDM_SHDV_GOBACK 6024 // different from IDM_GOBACK
  32. #define IDM_SHDV_GOFORWARD 6025 // different from ISM_GOFORWARD
  33. #define IDM_SHDV_CANGOBACK 6026
  34. #define IDM_SHDV_CANGOFORWARD 6027
  35. #define IDM_SHDV_CANSUPPORTPICS 6028
  36. #define IDM_SHDV_CANDEACTIVATENOW 6029
  37. #define IDM_SHDV_DEACTIVATEMENOW 6030
  38. #define IDM_SHDV_NODEACTIVATENOW 6031
  39. #define IDM_SHDV_SETPENDINGURL 6032
  40. #define IDM_SHDV_ISDRAGSOURCE 6033
  41. #define IDM_SHDV_DOCFAMILYCHARSET 6034
  42. #define IDM_SHDV_DOCCHARSET 6035
  43. #define IDM_SHDV_GETMIMECSETMENU 6036
  44. #define IDM_SHDV_GETFRAMEZONE 6037
  45. // Flavors of refresh
  46. #define IDM_REFRESH_TOP 6041 // Normal refresh, topmost doc
  47. #define IDM_REFRESH_THIS 6042 // Normal refresh, nearest doc
  48. #define IDM_REFRESH_TOP_FULL 6043 // Full refresh, topmost doc
  49. #define IDM_REFRESH_THIS_FULL 6044 // Full refresh, nearest doc
  50. #define IDM_DEFAULTBLOCK 6046
  51. #endif