Files
WindowsXP/printscan/print/drivers/usermode/ddk/samples/oemdll/oemps/command.h
2025-04-27 07:49:33 -04:00

35 lines
778 B
C

// 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, 1998 Microsoft Corporation. All Rights Reserved.
//
// FILE: Command.h
//
//
// PURPOSE: Define common data types, and external function prototypes
// for OEM Command function(s).
//
// PLATFORMS:
//
// Windows NT
//
//
#ifndef _COMMAND_H
#define _COMMAND_H
/////////////////////////////////////////////////////////
// ProtoTypes
/////////////////////////////////////////////////////////
BOOL PSCommand(PDEVOBJ, DWORD, PVOID, DWORD, IPrintOemDriverPS*);
#endif