A port monitor's user interface
DLL contains user interface functionality and executes on print client systems.
Please refer to the DDK documentation for further information about print
monitors.
This sample runs on the x86 platform and is 64-bit compliant.
To build the samples, run
build from this directory. Once built, the sample will produce the
binary DDKLocalui.dll.
The port monitor’s user
interface DLL must be installed together with port monitor DDKLocalmon.dll
built in print\monitors\localmon. The INF file monitor.inf necessary for
installing the port monitor is in the directory print\monitors\localmon.
File Description
Config.c Handles spooler entry points for adding, deleting, and configuring localmon ports
Dialogs.c Source module that implements dialog boxes
Dialogs.h Header for Dialogs.c
Local.h Header that declares debug functions
Localui.c Source module that contains the DLL entry point
Localui.def File that lists the exported functions
Localui.prf Order of exported functions
Localui.h Header for global declarations and function prototypes
Localui.htm Documentation for this sample (this file)
Localui.Manifest Fusion manifest
Localui.rc Resource file for the module
Makefile Generic file for building the code sample
Precomp.h Generic header
Resource.rcv Resource version file
Resource.h Resource header file
Sources Generic file for building the code sample
Spltypes.h Header for spooler types and functions
Util.c Source module for support routines
|
©
1999 Microsoft Corporation