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

//***************************************************************************
//
// Text.h
//
// Module: CDM Provider
//
// Purpose: Define fixed class, property and qualifier names
//
// Copyright (c) 2000 Microsoft Corporation
//
//***************************************************************************
#define WDM_SHADOW_CLASS L"WdmShadowClass"
#define CIM_MAPPING_CLASS L"CimMappingClass"
#define WDM_MAPPING_CLASS L"WdmMappingClass"
#define WDM_MAPPING_PROPERTY L"WdmMappingProperty"
#define CIM_MAPPING_PROPERTY L"CimMappingProperty"
#define DERIVED_CLASS_TYPE L"DerivedClassType"
#define CONCRETE L"Concrete"
#define NONCONCRETE L"NonConcrete"
#define VALUES L"Values"
#define VALUE_MAP L"ValueMap"
#define PNP_DEVICE_ID L"PnPDeviceId"
#define CAPTION L"Caption"
#define DESCRIPTION L"Description"
#define NAME L"Name"
#define STATUS L"Status"
#define OK L"OK"
#define SUPERCLASS L"__Superclass"