2020-09-30 16:53:55 +02:00

41 lines
621 B
C

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
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.
--*/
//
// global strings
//
extern WCHAR pszRegPathClass[];
extern WCHAR pszRegPathDeviceClass[];
extern WCHAR pszRegPathIDConfigDB[];
extern WCHAR pszRegKeyKnownDockingStates[];
extern WCHAR pszRegValueClass[];