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.
 
 
 
 
 
 

25 lines
1.0 KiB

/**INC+**********************************************************************/
/* Header: ncbm.rc */
/* */
/* Purpose: Resource file for Terminal Server Clipboard Monitor */
/* */
/* Copyright(C) Microsoft Corporation 1998 */
/* */
/****************************************************************************/
#include <windows.h>
#include <ntverp.h>
#include <sclipids.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "RDP Clip Monitor"
#define VER_INTERNALNAME_STR "RDPClip"
#define VER_ORIGINALFILENAME_STR "RDPClip.exe"
#include "common.ver"
STRINGTABLE DISCARDABLE
BEGIN
IDS_PASTE_PROGRESS_STRING "Preparing paste information..."
END