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.
35 lines
464 B
35 lines
464 B
/*++
|
|
|
|
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_
|
|
|
|
|
|
|
|
|