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.

120 lines
4.0 KiB

  1. /* File: D:\WACKER\tdll\sess_ids.h (Created: 30-Dec-1993)
  2. *
  3. * Copyright 1994, 1998 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 6 $
  7. * $Date: 3/04/02 11:58a $
  8. */
  9. /*
  10. * This file contains the IDs for items that are in the session file.
  11. *
  12. * The following guidelines are suggested for using this list:
  13. *
  14. * 1. New guidelines may be added as necessary. It is the responsibility
  15. * of the person adding the new guideline to make sure that old entries
  16. * conform to the new guideline.
  17. *
  18. * 2. All IDs should be prefixed with SFID_ to indicate what they are.
  19. *
  20. * 3. All IDs should be entered in HEX and in increasing numerical order.
  21. *
  22. * 4. If a block of IDs are needed, the first and last ID in the block
  23. * should be entered in the file and a comment added to indicate that
  24. * the values in between should not be used for other reasons.
  25. *
  26. * Thank you for your support.
  27. */
  28. #define SFID_ICON_DEFAULT 0x00000001
  29. #define SFID_ICON_EXTERN 0x00000002
  30. #define SFID_INTERNAL_TAG 0x00000005
  31. #define SFID_PRINTSET_NAME 0x00000010
  32. #define SFID_EMU_SETTINGS 0x00000011
  33. #define SFID_EMU_TEXTCOLOR_SETTING 0x00000013
  34. #define SFID_EMU_BKGRNDCOLOR_SETTING 0x00000014
  35. #define SFID_EMU_SCRNROWS_SETTING 0x00000015
  36. #define SFID_EMU_SCRNCOLS_SETTING 0x00000016
  37. #define SFID_EMU_PRINT_RAW 0x00000017
  38. #define SFID_PRINTSET_DEVMODE 0x00000020
  39. #define SFID_PRINTSET_DEVNAMES 0x00000021
  40. #define SFID_PRINTSET_FONT 0x00000022
  41. #define SFID_PRINTSET_MARGINS 0x00000023
  42. #define SFID_PRINTSET_FONT_HEIGHT 0x00000024
  43. #define SFID_KEY_MACRO_LIST 0x00000025
  44. #define SFID_CNCT 0x00000040
  45. #define SFID_CNCT_CC 0x00000041
  46. #define SFID_CNCT_AREA 0x00000042
  47. #define SFID_CNCT_DEST 0x00000043
  48. #define SFID_CNCT_LINE 0x00000044
  49. #define SFID_CNCT_TAPICONFIG 0x00000045
  50. #define SFID_CNCT_USECCAC 0x00000046
  51. #define SFID_CNCT_REDIAL 0x00000047
  52. #define SFID_CNCT_COMDEVICE 0x00000048
  53. #define SFID_CNCT_END 0x00000050
  54. #define SFID_CNCT_IPDEST 0x00000051
  55. #define SFID_CNCT_IPPORT 0x00000052
  56. #define SFID_XFER_PARAMS 0x00000100
  57. #define SFID_PROTO_PARAMS 0x00000101
  58. /* This block is used for SFID_PROTO_PARAMS */
  59. #define SFID_PROTO_PARAMS_END 0x00000111
  60. #define SFID_XFR_RECV_DIR 0x00000120
  61. #define SFID_XFR_SEND_DIR 0x00000121
  62. #define SFID_XFR_USE_BPS 0x00000122
  63. #define SFID_CPF_FILENAME 0x00000128
  64. #define SFID_CPF_MODE 0x00000129
  65. #define SFID_CPF_FILE 0x0000012A
  66. #define SFID_PRE_MODE 0x0000012C
  67. #define SFID_PRE_METHOD 0x0000012D
  68. /* Backscroll region size and saved data (text) */
  69. #define SFID_BKSC 0x00000130
  70. #define SFID_BKSC_SIZE 0x00000131
  71. #define SFID_BKSC_TEXT 0x00000132
  72. #define SFID_BKSC_ULINES 0x00000133
  73. #define SFID_BKSC_END 0x00000134
  74. #define SFID_TLBR_VISIBLE 0x00000135
  75. #define SFID_STBR_VISIBLE 0x00000136
  76. #define SFID_CLOOP 0x0000200
  77. /* This block is used for SFID_CLOOP values */
  78. #define SFID_CLOOP_END 0x000021F
  79. #define SFID_STDCOM 0x00001011
  80. /* This block is used for SFID_STDCOM values */
  81. #define SFID_STDCOM_END 0x0000101F
  82. #define SFID_SESS_SOUND 0x00001020
  83. #define SFID_SESS_NAME 0x00001021
  84. #define SFID_SESS_LEFT 0x00001022
  85. #define SFID_SESS_TOP 0x00001023
  86. #define SFID_SESS_RIGHT 0x00001024
  87. #define SFID_SESS_BOTTOM 0x00001025
  88. #define SFID_SESS_SHOWCMD 0x00001026
  89. #define SFID_SESS_EXIT 0x00001027
  90. #define SFID_TERM_LOGFONT 0x00001030
  91. /* Another block, please don't use these values */
  92. #define SFID_TERM_END 0x0000103F
  93. #define SFID_TRANS_FIRST 0x00001040
  94. /* This block is used for CHARACTER_TRANSLATION features */
  95. #define SFID_TRANS_END 0x0000107F
  96. /* This is used for LOSS OF CARRIER detection feature */
  97. #define SFID_CNCT_CARRIERDETECT 0x00001080
  98. /* this is used for 'Allow remote initiated file transfers' feature */
  99. #define SFID_SESS_ALLOW_HOST_TRANSFER 0x00001081