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.

34 lines
1.0 KiB

  1. //***************************************************************************
  2. //
  3. // Text.h
  4. //
  5. // Module: CDM Provider
  6. //
  7. // Purpose: Define fixed class, property and qualifier names
  8. //
  9. // Copyright (c) 2000 Microsoft Corporation
  10. //
  11. //***************************************************************************
  12. #define WDM_SHADOW_CLASS L"WdmShadowClass"
  13. #define CIM_MAPPING_CLASS L"CimMappingClass"
  14. #define WDM_MAPPING_CLASS L"WdmMappingClass"
  15. #define WDM_MAPPING_PROPERTY L"WdmMappingProperty"
  16. #define CIM_MAPPING_PROPERTY L"CimMappingProperty"
  17. #define DERIVED_CLASS_TYPE L"DerivedClassType"
  18. #define CONCRETE L"Concrete"
  19. #define NONCONCRETE L"NonConcrete"
  20. #define VALUES L"Values"
  21. #define VALUE_MAP L"ValueMap"
  22. #define PNP_DEVICE_ID L"PnPDeviceId"
  23. #define CAPTION L"Caption"
  24. #define DESCRIPTION L"Description"
  25. #define NAME L"Name"
  26. #define STATUS L"Status"
  27. #define OK L"OK"
  28. #define SUPERCLASS L"__Superclass"