Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

51 lines
1003 B

/*++
Copyright (c) 1995 Microsoft Corporation
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"
//
// global strings
//
WCHAR pszRegPathEnum[] = REGSTR_PATH_SYSTEMENUM;
WCHAR pszRegValueDriver[] = REGSTR_VAL_DRIVER;
WCHAR pszRegPathClass[] = REGSTR_PATH_CLASS_NT;
WCHAR pszRegKeyCurrent[] = REGSTR_KEY_CURRENT;
WCHAR pszRegPathHwProfiles[] = REGSTR_PATH_HWPROFILES;
WCHAR pszRegValueClassGUID[] = REGSTR_VAL_CLASSGUID;
WCHAR pszRegKeyDeviceParam[] = REGSTR_KEY_DEVICEPARAMETERS;
WCHAR pszRegPathIDConfigDB[] = REGSTR_PATH_IDCONFIGDB;
WCHAR pszRegKeyKnownDockingStates[] = REGSTR_KEY_KNOWNDOCKINGSTATES;
WCHAR pszRegValueClass[] = REGSTR_VAL_CLASS;