Windows2003-3790/termsrv/rdpwsx/inc/tsreg.h
2020-09-30 16:53:55 +02:00

36 lines
464 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_