summaryrefslogtreecommitdiff
path: root/wia/wiadriverex/errhandler/errhandler.rc
diff options
context:
space:
mode:
authorkarlf <[email protected]>2016-08-11 13:28:13 -0700
committerkarlf <[email protected]>2016-08-11 13:28:13 -0700
commit96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch)
treead5f3ede5cbcd6b598677ce41bcf8318471bdd92 /wia/wiadriverex/errhandler/errhandler.rc
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'wia/wiadriverex/errhandler/errhandler.rc')
-rw-r--r--wia/wiadriverex/errhandler/errhandler.rc22
1 files changed, 22 insertions, 0 deletions
diff --git a/wia/wiadriverex/errhandler/errhandler.rc b/wia/wiadriverex/errhandler/errhandler.rc
new file mode 100644
index 00000000..523c1041
--- /dev/null
+++ b/wia/wiadriverex/errhandler/errhandler.rc
@@ -0,0 +1,22 @@
+//(C) COPYRIGHT MICROSOFT CORP., 1998-1999
+
+#include <windows.h>
+#include <winver.h>
+#include <ntverp.h>
+
+#include "resource.h"
+
+STRINGTABLE
+BEGIN
+ IDS_MESSAGEBOX_ERRORHANDLE_DIALOG "Special driver device status error (only for testing purposes). Press 'Ok' to continue. Hitting 'Cancel' will abort the transfer."
+ IDS_MESSAGEBOX_ERRORHANDLE_TITLE "Driver UI Extension - Handling HANDLED_PRIVATE_STATUS_ERROR_1 message"
+END
+
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+#define VER_FILEDESCRIPTION_STR "WIA ErrHandler DLL"
+#define VER_INTERNALNAME_STR "errhandler\0"
+#define VER_ORIGINALFILENAME_STR "errhandler.dll"
+
+#include "common.ver"