Leaked source code of windows server 2003
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.
 
 
 
 
 
 

34 lines
611 B

/*++
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