Sample Code
Windows Driver Samples/ OEM Printer Customization Plug-in Samples/ C++/ oemuni/ precomp.h/
// 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: Precomp.h // // PURPOSE: Header files that should be in the precompiled header. // #pragma once #include <STDDEF.H> #include <STDLIB.H> #include <OBJBASE.H> #include <STDARG.H> #include <STDIO.H> #include <INITGUID.H> #include <WINDEF.H> #include <WINERROR.H> #include <WINBASE.H> #include <WINGDI.H> #include <WINDDI.H> #include <TCHAR.H> #include <EXCPT.H> #include <ASSERT.H> #include <PRINTOEM.H> #include <PRCOMOEM.H> // This should always be included last #include <STRSAFE.H>
Our Services
-
What our customers say about us?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials