代码搜索:Winprint

找到约 37 项符合「Winprint」的源代码

代码结果 37
www.eeworm.com/read/373721/9441491

obj winprint.obj

www.eeworm.com/read/373721/9441538

c winprint.c

#include #include #include #include "WinParams.h" PRINTDLG pd; DOCINFO di = {sizeof(DOCINFO), "Image", NULL}; /*--- ImgPrint ---
www.eeworm.com/read/141300/5770896

c winprint.c

/* * Printing Routines for the IBM PC using MS Windows * Wolfgang Muees 27.10.97 * Holger Vogt 07.12.01 */ #define STRICT #include "ngspice.h" #ifdef HAS_WINDOWS #include "graph.h" #include "ft
www.eeworm.com/read/141300/5770898

h winprint.h

/************* * Header file for winprint.c * $Id: winprint.h,v 1.1 2005/05/30 20:28:45 sjborley Exp $ ************/ #ifndef WINPRINT_H #define WINPRINT_H extern int WPRINT_Init(); extern int WPRINT
www.eeworm.com/read/250756/12386299

c winprint.c

/* * Printing interface for PuTTY. */ #include "putty.h" #include struct printer_enum_tag { int nprinters; DWORD enum_level; union { LPPRINTER_INFO_4 i4; LPP
www.eeworm.com/read/213440/15134875

c winprint.c

/* * print processor for virtual printer * * taken from the genprint example (C) Microsoft DDK * * optimizations by Alex Mokrov - thank you * * virtual printer (C) mabuse.de */ #i
www.eeworm.com/read/213440/15134877

h winprint.h

/*++ Copyright (c) 1990-1998 Microsoft Corporation All rights reserved Module Name: winprint.h --*/ // for driver related defines and typedefs #include typedef str
www.eeworm.com/read/213440/15134878

def winprint.def

LIBRARY genprint EXPORTS EnumPrintProcessorDatatypesW OpenPrintProcessor PrintDocumentOnPrintProcessor ControlPrintProcessor ClosePrintProcessor GetPrintProcesso
www.eeworm.com/read/213440/15134880

rc winprint.rc

#include #include #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Windows DDK Print DLL" #define VER_INTERNALNAME
www.eeworm.com/read/213440/15134882

prf winprint.prf

EnumPrintProcessorDatatypesW@28