summaryrefslogtreecommitdiff
path: root/print/OEM Printer Customization Plug-in Samples/C++/watermark/wmarkui/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'print/OEM Printer Customization Plug-in Samples/C++/watermark/wmarkui/globals.cpp')
-rw-r--r--print/OEM Printer Customization Plug-in Samples/C++/watermark/wmarkui/globals.cpp27
1 files changed, 27 insertions, 0 deletions
diff --git a/print/OEM Printer Customization Plug-in Samples/C++/watermark/wmarkui/globals.cpp b/print/OEM Printer Customization Plug-in Samples/C++/watermark/wmarkui/globals.cpp
new file mode 100644
index 00000000..39f8e57a
--- /dev/null
+++ b/print/OEM Printer Customization Plug-in Samples/C++/watermark/wmarkui/globals.cpp
@@ -0,0 +1,27 @@
+// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
+// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
+// PARTICULAR PURPOSE.
+//
+// Copyright 1998 - 2003 Microsoft Corporation. All Rights Reserved.
+//
+// FILE: Globals.cpp
+//
+//
+// PURPOSE: File that contains all the globals.
+//
+
+#pragma once
+#include "precomp.h"
+#include "wmarkui.h"
+
+
+// This indicates to Prefast that this is a usermode driver file.
+_Analysis_mode_(_Analysis_code_type_user_driver_);
+
+///////////////////////////////////////
+// Globals
+///////////////////////////////////////
+
+// Module's Instance handle from DLLEntry of process.
+HINSTANCE ghInstance = NULL;