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.
 
 
 
 
 
 

35 lines
836 B

//(C) COPYRIGHT MICROSOFT CORP., 1998-1999
#include "resource.h"
#include "winuser.h"
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
STRINGTABLE DISCARDABLE
BEGIN
IDS_CATEGORYNAME "WIA Sample Scanner"
IDS_PRESS_SCANBUTTON "Press Scan Button"
IDS_PRESS_COPYBUTTON "Press Copy Button"
IDS_PRESS_FAXBUTTON "Press Fax Button"
END
IDR_VIEWREG REGISTRY DISCARDABLE "wiascnex.rgs"
1 TYPELIB wiascidl.tlb
#include <winver.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "WIA Sample Scanner UI DLL"
#define VER_INTERNALNAME_STR "wiascnex\0"
#define VER_ORIGINALFILENAME_STR "wiascnex.dll"
#include "common.ver"