Source code of Windows XP (NT5)
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.

285 lines
17 KiB

  1. #ifndef __CONSTANTS_H__
  2. #define __CONSTANTS_H__
  3. #define IDM_NEW_GROUP 5010
  4. #define IDM_CLEAR_EVENTS 5020
  5. #define IDM_NEW_SYSTEM 5030
  6. #define IDM_ICONS_WITH_STATUS 5040
  7. #define IDM_STATUS_ONLY 5050
  8. #define IDM_SEPARATE_GROUP 5060
  9. #define IDM_REMOVE_SYSTEM 5070
  10. #define IDM_RESET_STATISTICS 5080
  11. #define IDM_RESET_STATUS 5090
  12. #define IDM_DISABLE_MONITORING 5100
  13. #define IDM_DISCONNECT 5101
  14. #define IDM_CHECK_NOW 5102
  15. #define IDM_ICON_LEGEND 5103
  16. #define IDM_DATA_POINT 5110
  17. #define IDM_FILE_INFO 5120
  18. #define IDM_GENERIC_WMI_INSTANCE 5130
  19. #define IDM_HTTP_ADDRESS 5140
  20. #define IDM_SERVICE 5150
  21. #define IDM_NT_EVENTS 5160
  22. #define IDM_PERFMON 5170
  23. #define IDM_AUTO_FILTER 5180
  24. #define IDM_NEW_DATA_GROUP 5190
  25. #define IDM_NEW_DATA_COLLECTOR 5195 // v-marfin 61102
  26. #define IDM_SNMP 5200
  27. #define IDM_NEW_RULE 5210
  28. #define IDM_GENERIC_WMI_QUERY 5220
  29. #define IDM_GENERIC_WMI_POLLED_QUERY 5230
  30. #define IDM_IMPORT 5240
  31. #define IDM_EXPORT 5250
  32. #define IDM_SMTP 5260
  33. #define IDM_FTP 5270
  34. #define IDM_ICMP 5280
  35. #define IDM_COM_PLUS 5281
  36. #define IDM_DISABLE_ACTIONS 5300
  37. #define IDM_ACTION_CMDLINE 5500
  38. #define IDM_ACTION_EMAIL 5510
  39. #define IDM_ACTION_LOGFILE 5520
  40. #define IDM_ACTION_NTEVENT 5530
  41. #define IDM_ACTION_SCRIPT 5540
  42. #define IDM_ACTION_PAGING 5550
  43. #define IDM_CUT 6000
  44. #define IDM_COPY 6010
  45. #define IDM_PASTE 6020
  46. #define IDM_DELETE 6030
  47. #define IDM_REFRESH 6040
  48. #define IDM_PROPERTIES 6041
  49. #define IDM_HELP 6050
  50. // results pane item enumerated type
  51. enum SplitResultsPane { Lower = 0, Upper = 1, Stats = 2, Uninitialized = -1 };
  52. // refresh enumerated type
  53. enum TimeUnit { Minutes, Hours, Days };
  54. // results pane item constants
  55. #define HMLV_LOWER_DTIME_INDEX 2
  56. #define HMLV_STATS_DTIME_INDEX 0
  57. // HMGraphView constants
  58. #define HMGVS_GROUP 0x01
  59. #define HMGVS_ELEMENT 0x02
  60. #define HMGVS_HISTORIC 0x04
  61. #define HMGVS_CURRENT 0x08
  62. // Healthmon object state codes
  63. #define HMS_NORMAL 0
  64. #define HMS_DISABLED 1
  65. #define HMS_SCHEDULEDOUT 2
  66. #define HMS_UNKNOWN 3
  67. #define HMS_NODATA 4
  68. #define HMS_WARNING 5
  69. #define HMS_CRITICAL 6
  70. #define HMS_MAX_STATES 7
  71. #define HMS_INFO 10
  72. #define _MAX_STATS_EVENTS 10
  73. // strings
  74. #define IDS_STRING_HEALTHMON_ROOT _T("\\\\%s\\root\\cimv2\\MicrosoftHealthMonitor")
  75. #define IDS_STRING_SMCATSTATUS_QUERY _T("select * from __InstanceModificationEvent where TargetInstance isa \"HMCatStatus\"")
  76. #define IDS_STRING_SMSTATICCATSTATUS_QUERY _T("select * from __InstanceModificationEvent where TargetInstance isa \"HMStaticCatStatus\"")
  77. #define IDS_STRING_SMEVENT_QUERY _T("select * from __InstanceCreationEvent where TargetInstance isa \"HMEvent\"")
  78. #define IDS_STRING_SMMACHSTATUS_QUERY _T("select * from __InstanceModificationEvent where TargetInstance isa \"HMMachStatus\"")
  79. #define IDS_STRING_MOF_ENABLE _T("Enabled")
  80. #define IDS_STRING_MOF_GUID _T("GUID")
  81. #define IDS_STRING_MOF_PARENT_GUID _T("ParentGUID")
  82. #define IDS_STRING_MOF_STATUSGUID _T("StatusGUID")
  83. #define IDS_STRING_MOF_DCNAME _T("DataCollectorName")
  84. #define IDS_STRING_MOF_DESCRIPTION _T("Description")
  85. #define IDS_STRING_MOF_USERNAME _T("UserName")
  86. #define IDS_STRING_MOF_PASSWORD _T("Password")
  87. #define IDS_STRING_MOF_TARGETNAMESPACE _T("TargetNamespace")
  88. #define IDS_STRING_MOF_COLLECTIONINTERVAL _T("CollectionIntervalMultiple")
  89. #define IDS_STRING_MOF_STATISTICSWINDOW _T("StatisticsWindowSize")
  90. #define IDS_STRING_MOF_ACTIVEDAYS _T("ActiveDays")
  91. #define IDS_STRING_MOF_BEGINTIME _T("BeginTime")
  92. #define IDS_STRING_MOF_ENDTIME _T("EndTime")
  93. #define IDS_STRING_MOF_TYPEGUID _T("TypeGUID")
  94. #define IDS_STRING_MOF_REQUIRERESET _T("RequireReset")
  95. #define IDS_STRING_MOF_REPLICATE _T("Replicate")
  96. #define IDS_STRING_MOF_ID _T("ID")
  97. #define IDS_STRING_MOF_PROPERTYNAME _T("PropertyName")
  98. #define IDS_STRING_MOF_LASTUPDATE _T("LastUpdate")
  99. #define IDS_STRING_MOF_USEFLAG _T("UseFlag")
  100. #define IDS_STRING_MOF_RULEVALUE _T("CompareValue")
  101. #define IDS_STRING_MOF_DATAGROUPS _T("DataGroups")
  102. #define IDS_STRING_MOF_CREATIONDATE _T("CreationDate")
  103. #define IDS_STRING_MOF_MESSAGE _T("Message")
  104. #define IDS_STRING_MOF_RESETMESSAGE _T("ResetMessage")
  105. #define IDS_STRING_MOF_CONFIG_MESSAGE _T("ConfigurationMessage")
  106. #define IDS_STRING_MOF_STARTUPDELAY _T("StartupDelay")
  107. #define IDS_STRING_MOF_ACTIVETIME _T("ActiveTime")
  108. #define IDS_STRING_MOF_NUMBERNORMALS _T("NumberNormals")
  109. #define IDS_STRING_MOF_NUMBERWARNINGS _T("NumberWarnings")
  110. #define IDS_STRING_MOF_NUMBERCRITICALS _T("NumberCriticals")
  111. #define IDS_STRING_MOF_DATAELEMENTS _T("DataCollectors")
  112. #define IDS_STRING_MOF_RULES _T("Thresholds")
  113. #define IDS_STRING_MOF_CURRENTVALUE _T("CurrentValue")
  114. #define IDS_STRING_MOF_RULECONDITION _T("TestCondition")
  115. #define IDS_STRING_MOF_RULEDURATION _T("ThresholdDuration")
  116. #define IDS_STRING_MOF_COMPAREVALUE _T("CompareValue")
  117. #define IDS_STRING_MOF_CONSOLEGUID _T("ConsoleGUID")
  118. #define IDS_STRING_MOF_PATH _T("ObjectPath")
  119. #define IDS_STRING_MOF_METHODNAME _T("MethodName")
  120. #define IDS_STRING_MOF_ARGUMENTS _T("Arguments")
  121. #define IDS_STRING_MOF_INSTANCEPROPERTYIDNAME _T("InstanceIDPropertyName")
  122. #define IDS_STRING_MOF_STATISTICSPROPERTYNAMES _T("Properties")
  123. #define IDS_STRING_MOF_QUERY _T("Query")
  124. #define IDS_STRING_MOF_TYPE _T("Type")
  125. #define IDS_STRING_MOF_EVENTID _T("EventIdentifier")
  126. #define IDS_STRING_MOF_SOURCENAME _T("SourceName")
  127. #define IDS_STRING_MOF_CATEGORYSTRING _T("CategoryString")
  128. #define IDS_STRING_MOF_USER _T("User")
  129. #define IDS_STRING_MOF_STATISTICS _T("Properties")
  130. #define IDS_STRING_MOF_INSTANCES _T("Instances")
  131. #define IDS_STRING_MOF_MINVALUE _T("MinValue")
  132. #define IDS_STRING_MOF_MAXVALUE _T("MaxValue")
  133. #define IDS_STRING_MOF_AVGVALUE _T("AvgValue")
  134. #define IDS_STRING_MOF_VALUES _T("Value")
  135. #define IDS_STRING_MOF_RULE_NAME _T("Name")
  136. #define IDS_STRING_MOF_EVENTCONSUMER _T("EventConsumer")
  137. #define IDS_STRING_MOF_EVENT_LOG_QUERY _T("select * from __instancecreationevent where targetinstance isa \"Win32_NtLogEvent\"")
  138. #define IDS_STRING_S2DG_ASSOC_QUERY _T("ASSOCIATORS OF {Microsoft_HMSystemConfiguration=@} WHERE ResultClass=Microsoft_HMDataGroupConfiguration")
  139. #define IDS_STRING_DG2DG_ASSOC_QUERY _T("ASSOCIATORS OF {Microsoft_HMDataGroupConfiguration.GUID=\"{%s}\"} WHERE ResultClass=Microsoft_HMDataGroupConfiguration Role=ParentPath")
  140. #define IDS_STRING_DG2DE_ASSOC_QUERY _T("ASSOCIATORS OF {Microsoft_HMDataGroupConfiguration.GUID=\"{%s}\"} WHERE ResultClass=Microsoft_HMDataCollectorConfiguration")
  141. #define IDS_STRING_DE2R_ASSOC_QUERY _T("ASSOCIATORS OF {Microsoft_HMDataCollectorConfiguration.GUID=\"{%s}\"} WHERE ResultClass=Microsoft_HMThresholdConfiguration")
  142. #define IDS_STRING_R2DE_ASSOC_QUERY _T("ASSOCIATORS OF {Microsoft_HMThresholdConfiguration.GUID=\"{%s}\"} WHERE ResultClass=Microsoft_HMDataCollectorConfiguration")
  143. #define IDS_STRING_A2EC_ASSOC_QUERY _T("ASSOCIATORS OF {Microsoft_HMActionConfiguration.GUID=\"{%s}\"} WHERE ResultClass=__EventConsumer")
  144. #define IDS_STRING_C2A_ASSOC_QUERY _T("ASSOCIATORS OF {Microsoft_HMConfiguration.GUID=\"{%s}\"} WHERE ResultClass=Microsoft_HMActionConfiguration")
  145. #define IDS_STRING_A2C_ASSOC_QUERY _T("ASSOCIATORS OF {Microsoft_HMActionConfiguration.GUID=\"{%s}\"} WHERE ResultClass=Microsoft_HMConfiguration")
  146. #define IDS_STRING_DG2S_REF_QUERY _T("REFERENCES OF {Microsoft_HMDataGroupConfiguration.GUID=\"{%s}\"} WHERE Role=ChildPath")
  147. #define IDS_STRING_DE2DG_REF_QUERY _T("REFERENCES OF {Microsoft_HMDataCollectorConfiguration.GUID=\"{%s}\"} WHERE Role=ChildPath")
  148. #define IDS_STRING_R2DE_REF_QUERY _T("REFERENCES OF {Microsoft_HMThresholdConfiguration.GUID=\"{%s}\"} WHERE Role=ChildPath")
  149. #define IDS_STRING_STATUS_EVENTQUERY _T("select * from __InstanceModificationEvent where TargetInstance isa \"Microsoft_HMSystemStatus\" OR TargetInstance isa \"Microsoft_HMDataGroupStatus\" OR TargetInstance isa \"Microsoft_HMDataCollectorStatus\" OR TargetInstance isa \"Microsoft_HMThresholdStatus\" OR TargetInstance isa \"Microsoft_HMThresholdStatusInstance\"")
  150. #define IDS_STRING_STATUS_QUERY _T("select * from Microsoft_HMStatus")
  151. #define IDS_STRING_ACTIONSTATUS_EVENTQUERY _T("select * from __InstanceModificationEvent where TargetInstance isa \"Microsoft_HMActionStatus\"")
  152. #define IDS_STRING_SYSTEMSTATUS_QUERY _T("select * from Microsoft_HMSystemStatus")
  153. #define IDS_STRING_SYSTEMCONFIG_QUERY _T("select * from Microsoft_HMSystemConfiguration")
  154. #define IDS_STRING_ACTIONCONFIG_QUERY _T("select * from Microsoft_HMActionConfiguration")
  155. #define IDS_STRING_STATUS_QUERY_FMT _T("select * from %s where GUID=\"{%s}\"")
  156. #define IDS_STRING_STATISTICS_EVENTQUERY _T("select * from __InstanceModificationEvent where TargetInstance isa \"Microsoft_HMDataCollectorStatistics\" and TargetInstance.GUID=\"{%s}\"")
  157. #define IDS_STRING_HMSTATUS_QUERY_FMT _T("select * from __InstanceModificationEvent where TargetInstance isa \"Microsoft_HM%sStatus\" AND TargetInstance.GUID=\"{%s}\"")
  158. #define IDS_STRING_HMACTIONSTATUS_QUERY_FMT _T("select * from __InstanceCreationEvent where TargetInstance isa \"Microsoft_HMActionStatus\" AND TargetInstance.GUID=\"%s\" AND (TargetInstance.State=0 OR TargetInstance.State=2 OR TargetInstance.State=3 OR TargetInstance.State=4 OR TargetInstance.State=5 OR TargetInstance.State=6 OR TargetInstance.State=7 OR TargetInstance.State=8 OR TargetInstance.State=9)")
  159. #define IDS_STRING_CONFIGCREATION_EVENTQUERY _T("select * from __InstanceCreationEvent where TargetInstance isa \"Microsoft_HMConfiguration\"")
  160. #define IDS_STRING_CONFIGDELETION_EVENTQUERY _T("select * from __InstanceDeletionEvent where TargetInstance isa \"Microsoft_HMConfiguration\"")
  161. #define IDS_STRING_MOF_NAME _T("Name")
  162. #define IDS_STRING_MOF_ADMINLOCK _T("HMAdminLock")
  163. #define IDS_STRING_MOF_RESOURCEFILE _T("ResourceFile")
  164. #define IDS_STRING_MOF_CATEGORY _T("Category")
  165. #define IDS_STRING_MOF_CATEGORY_RID _T("CatRID")
  166. #define IDS_STRING_MOF_ICATEGORY _T("iCategory");
  167. #define IDS_STRING_MOF_STATE _T("State")
  168. #define IDS_STRING_MOF_CURRENTSTATE _T("CurrentState")
  169. #define IDS_STRING_MOF_PERCENT_NORMAL _T("PercentNormal")
  170. #define IDS_STRING_MOF_PERCENT_WARNING _T("PercentWarning")
  171. #define IDS_STRING_MOF_PERCENT_CRITICAL _T("PercentCritical")
  172. #define IDS_STRING_SMDATAPOINT_QUERY _T("select * from HMDataPoint where iCategory = %i")
  173. #define IDS_STRING_CATSTATUS_QUERY _T("select * from HMStaticCatStatus where iCategory = %i")
  174. #define IDS_STRING_MOF_PROPNAME _T("PropName")
  175. #define IDS_STRING_MOF_RESOURCEID _T("ResourceID")
  176. #define IDS_STRING_MOF_COUNTER _T("Counter")
  177. #define IDS_STRING_MOF_CRITICALVALUE _T("CriticalValue")
  178. #define IDS_STRING_MOF_CRITICALTEST _T("CriticalTest")
  179. #define IDS_STRING_MOF_CRITICALDURATION _T("CriticalDuration")
  180. #define IDS_STRING_MOF_REARMC _T("RearmC")
  181. #define IDS_STRING_MOF_REARMCTEST _T("RearmCTest")
  182. #define IDS_STRING_MOF_WARNINGVALUE _T("WarningValue")
  183. #define IDS_STRING_MOF_WARNINGTEST _T("WarningTest")
  184. #define IDS_STRING_MOF_WARNINGDURATION _T("WarningDuration")
  185. #define IDS_STRING_MOF_REARMW _T("RearmW")
  186. #define IDS_STRING_MOF_REARMWTEST _T("RearmWTest")
  187. #define IDS_STRING_MOF_LOCALTIME _T("LocalTime")
  188. #define IDS_STRING_MOF_DTIME _T("DTime")
  189. #define IDS_STRING_DATETIME_FORMAT _T("%04d%02d%02d%02d%02d%02d.%06d%04d")
  190. #define IDS_STRING_DATETIME_FORMAT2 _T("%04d%02d%02d%02d%02d%02d.%06d%s")
  191. #define IDS_STRING_MOF_MESSAGE _T("Message")
  192. #define IDS_STRING_MOF_RESOURCEFORMATID _T("ResourceFormatID")
  193. #define IDS_STRING_MOF_VALUE _T("Value")
  194. #define IDS_STRING_MOF_CONDITION _T("TestCondition")
  195. #define IDS_STRING_MOF_DURATION _T("Duration")
  196. #define IDS_STRING_MOF_INSTANCENAME _T("InstanceName")
  197. #define IDS_STRING_MOF_PERCENT_UNKNOWN _T("PercentUnknown")
  198. #define IDS_STRING_MOF_UPTIME _T("Uptime")
  199. #define IDS_STRING_MOF_NAMESPACE_FORMAT _T("root")
  200. #define IDS_STRING_MOF_NAMESPACE _T("__namespace")
  201. #define IDS_STRING_MOF_CLASSNAME _T("__class")
  202. #define IDS_STRING_MOF_RELPATH _T("__relpath")
  203. #define IDS_STRING_MOF_PARENT_ASSOC _T("ParentPath")
  204. #define IDS_STRING_MOF_CHILD_ASSOC _T("ChildPath")
  205. #define IDS_STRING_MOF_SYSTEM _T("System")
  206. #define IDS_STRING_MOF_DATAGROUP _T("DataGroup")
  207. #define IDS_STRING_MOF_DATAELEMENT _T("DataCollector")
  208. #define IDS_STRING_MOF_RULE _T("Threshold")
  209. #define IDS_STRING_MOF_OBJECTPATH _T("\\\\.\\root\\cimv2\\MicrosoftHealthmonitor:%s.GUID=\"{%s}\"")
  210. #define IDS_STRING_MOF_SYSTEMOBJECTPATH _T("\\\\.\\root\\cimv2\\MicrosoftHealthmonitor:Microsoft_HMSystemConfiguration=@")
  211. #define IDS_STRING_MOF_SYSTEMSTATUSOBJECTPATH _T("\\\\.\\root\\cimv2\\MicrosoftHealthmonitor:Microsoft_HMSystemStatus=@")
  212. #define IDS_STRING_MOF_COMPLUS_NAMESPACE _T("\\\\%s\\root\\cimv2\\MicrosoftHealthmonitor") // 63011
  213. #define IDS_STRING_MOF_SYSTEM_CONFIG _T("Microsoft_HMSystemConfiguration")
  214. #define IDS_STRING_MOF_SYSTEM_STATUS _T("Microsoft_HMSystemStatus=@")
  215. #define IDS_STRING_MOF_HMDG_CONFIG _T("Microsoft_HMDataGroupConfiguration")
  216. #define IDS_STRING_MOF_HMDG_STATUS _T("Microsoft_HMDataGroupStatus")
  217. // v-marfin 59492
  218. #define IDS_STRING_MOF_HMACTION_STATUS _T("Microsoft_HMActionStatus")
  219. #define IDS_STRING_MOF_HMDE_CONFIG _T("Microsoft_HMDataCollectorConfiguration")
  220. #define IDS_STRING_MOF_HMDE_STATUS _T("Microsoft_HMDataCollectorStatus")
  221. #define IDS_STRING_MOF_HMDE_EVENT_CONFIG _T("Microsoft_HMEventQueryDataCollectorConfiguration")
  222. #define IDS_STRING_MOF_HMDE_POLLEDINSTANCE_CONFIG _T("Microsoft_HMPolledGetObjectDataCollectorConfiguration")
  223. #define IDS_STRING_MOF_HMDE_POLLEDQUERY_CONFIG _T("Microsoft_HMPolledQueryDataCollectorConfiguration")
  224. #define IDS_STRING_MOF_HMDE_POLLEDMETHOD_CONFIG _T("Microsoft_HMPolledMethodDataCollectorConfiguration")
  225. #define IDS_STRING_MOF_HMR_CONFIG _T("Microsoft_HMThresholdConfiguration")
  226. #define IDS_STRING_MOF_HMR_STATUS _T("Microsoft_HMThresholdStatus")
  227. #define IDS_STRING_MOF_HMC2C_ASSOC _T("Microsoft_HMConfigurationAssociation")
  228. #define IDS_STRING_MOF_HMA_CONFIG _T("Microsoft_HMActionConfiguration")
  229. #define IDS_STRING_MOF_HMC2A_ASSOC _T("Microsoft_HMConfigurationActionAssociation")
  230. #define IDS_STRING_MOF_ACS_APPSTATS _T("MicrosoftComPlus_AppStats")
  231. #define IDS_STRING_MOF_ACS_APPSTATS_FMT _T("MicrosoftComPlus_AppStats.AppName=\"%s\",MaxIdleTime=%d")
  232. // data element type guids
  233. #define IDS_STRING_MOF_HMDET_FILE_INFO _T("C90CD4C7-2297-11d3-BE00-0000F87A3912")
  234. #define IDS_STRING_MOF_HMDET_WMI_INSTANCE _T("C90CD4CA-2297-11d3-BE00-0000F87A3912")
  235. #define IDS_STRING_MOF_HMDET_WMI_QUERY _T("C90CD4CB-2297-11d3-BE00-0000F87A3912")
  236. #define IDS_STRING_MOF_HMDET_WMI_POLLED_QUERY _T("EF1D6A51-2759-11d3-9390-00A0CC406605")
  237. #define IDS_STRING_MOF_HMDET_WMI_METHOD _T("AD3511B7-280C-11d3-BE08-0000F87A3912")
  238. #define IDS_STRING_MOF_HMDET_SNMP _T("C90CD4CC-2297-11d3-BE00-0000F87A3912")
  239. #define IDS_STRING_MOF_HMDET_HTTP _T("C90CD4CD-2297-11d3-BE00-0000F87A3912")
  240. #define IDS_STRING_MOF_HMDET_INET _T("C90CD4CE-2297-11d3-BE00-0000F87A3912")
  241. #define IDS_STRING_MOF_HMDET_SERVICE _T("C90CD4CF-2297-11d3-BE00-0000F87A3912")
  242. #define IDS_STRING_MOF_HMDET_PERFMON _T("03B9B361-2299-11d3-BE00-0000F87A3912")
  243. #define IDS_STRING_MOF_HMDET_NTEVENT _T("A89E51F1-229F-11d3-BE00-0000F87A3912")
  244. #define IDS_STRING_MOF_HMDET_SMTP _T("8D61BF2A-4138-11d3-BE26-0000F87A3912")
  245. #define IDS_STRING_MOF_HMDET_FTP _T("A39342EF-4138-11d3-BE26-0000F87A3912")
  246. #define IDS_STRING_MOF_HMDET_ICMP _T("D442E727-971E-11d3-BE93-0000F87A3912")
  247. #define IDS_STRING_MOF_HMDET_COM_PLUS _T("E2F3E715-AEE4-454e-AB05-D062DBBFAA0F")
  248. //action type guids
  249. #define IDS_STRING_MOF_HMAT_CMDLINE _T("062E2ADF-6DFD-11d3-BE5A-0000F87A3912")
  250. #define IDS_STRING_MOF_HMAT_EMAIL _T("062E2AE0-6DFD-11d3-BE5A-0000F87A3912")
  251. #define IDS_STRING_MOF_HMAT_TEXTLOG _T("062E2AE1-6DFD-11d3-BE5A-0000F87A3912")
  252. #define IDS_STRING_MOF_HMAT_NTEVENT _T("062E2AE2-6DFD-11d3-BE5A-0000F87A3912")
  253. #define IDS_STRING_MOF_HMAT_SCRIPT _T("062E2AE3-6DFD-11d3-BE5A-0000F87A3912")
  254. #define IDS_STRING_MOF_HMAT_PAGING _T("062E2AE4-6DFD-11d3-BE5A-0000F87A3912")
  255. // length of characters in a GUID string including NULL terminator
  256. #define GUID_CCH 39
  257. #endif //__CONSTANTS_H__