35 lines
577 B
C
35 lines
577 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1999 Microsoft Corporation
|
||
|
|
||
|
Module Name :
|
||
|
|
||
|
wlnotify.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Shared wlnotify header.
|
||
|
|
||
|
Revision History:
|
||
|
--*/
|
||
|
|
||
|
#ifndef _WLNOTIFY_
|
||
|
#define _WLNOTIFY_
|
||
|
|
||
|
//
|
||
|
// Resource string IDs
|
||
|
//
|
||
|
//
|
||
|
#define IDS_TSSESSION_STRING 2001
|
||
|
#define IDS_TSERRORDIALOG_STRING 2002
|
||
|
#define IDS_TSPTEMPLATE_FROM 2003
|
||
|
#define IDS_TSPTEMPLATE_FROM_IN 2004
|
||
|
#define IDS_TSPTEMPLATE_ON_FROM 2005
|
||
|
#define IDS_TSPTEMPLATE_ON_FROM_IN 2006
|
||
|
#define IDS_ON 2007
|
||
|
#define IDS_DRIVE_INFO_TIP 2008
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|