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.
|
|
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
cmdat.c
Abstract:
This module contains global strings.
Author:
Paula Tomlinson (paulat) 8-20-1995
Environment:
User mode only.
Revision History:
6-Jun-1995 paulat
Creation and initial implementation.
--*/
//
// includes
//
#include "precomp.h"
#pragma hdrstop
//
// global strings
//
WCHAR pszRegPathClass[] = REGSTR_PATH_CLASS_NT; WCHAR pszRegPathDeviceClass[] = REGSTR_PATH_DEVICE_CLASSES; WCHAR pszRegPathIDConfigDB[] = REGSTR_PATH_IDCONFIGDB; WCHAR pszRegKeyKnownDockingStates[] = REGSTR_KEY_KNOWNDOCKINGSTATES; WCHAR pszRegValueClass[] = REGSTR_VAL_CLASS;
|