mirror of https://github.com/tongzx/nt5src
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.
47 lines
611 B
47 lines
611 B
/*++
|
|
|
|
Copyright (c) 1995-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
cmdat.h
|
|
|
|
Abstract:
|
|
|
|
This module contains extern declarations for the global strings
|
|
in cmdat.c
|
|
|
|
Author:
|
|
|
|
Paula Tomlinson (paulat) 8-20-1995
|
|
|
|
Environment:
|
|
|
|
User mode only.
|
|
|
|
Revision History:
|
|
|
|
6-Jun-1995 paulat
|
|
|
|
Creation and initial implementation.
|
|
|
|
--*/
|
|
|
|
|
|
//
|
|
// includes
|
|
//
|
|
#include <windows.h>
|
|
|
|
|
|
//
|
|
// global strings
|
|
//
|
|
|
|
extern WCHAR pszRegPathClass[];
|
|
extern WCHAR pszRegPathDeviceClass[];
|
|
extern WCHAR pszRegPathIDConfigDB[];
|
|
extern WCHAR pszRegKeyKnownDockingStates[];
|
|
extern WCHAR pszRegValueClass[];
|
|
|
|
|