Sample Code
Windows Driver Samples/ OEM Printer Customization Plug-in Samples/ C++/ uniuirep/ src/ devmode.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 1997 - 2005 Microsoft Corporation. All Rights Reserved. // // FILE: devmode.h // // PURPOSE: Define common data types, and external function prototypes // for devmode functions. //-------------------------------------------------------------------------- #pragma once // // OEM private DEVMODE data structure. This gets included in the DEVMODE // used by Unidrv. // typedef struct tagOEMDEV { OEM_DMEXTRAHEADER dmOEMExtra; // This structure MUST be prefixed by OEM_DMEXTRAHEADER // // Add private DevMode members here, after the standard header // information. // } OEMDEV, *POEMDEV; typedef const OEMDEV *PCOEMDEV; // // ProtoTypes // HRESULT hrOEMDevMode( DWORD dwMode, _Inout_ POEMDMPARAM pOemDMParam );
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