36 lines
429 B
C
36 lines
429 B
C
/*++
|
|
|
|
Copyright (c) 1994-1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
tsreg.h
|
|
|
|
Abstract:
|
|
|
|
This file contains registry key and value names used by tshare component.
|
|
|
|
Author:
|
|
|
|
Madan Appiah (madana) 26-Aug-1997
|
|
|
|
Environment:
|
|
|
|
User Mode - Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _TSREG_H_
|
|
#define _TSREG_H_
|
|
|
|
#define TSHARE_REG_KEY \
|
|
L"System\\CurrentControlSet\\Services\\IcaSrv\TShare"
|
|
|
|
#endif // _TSREG_H_
|
|
|
|
|
|
|
|
|