Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.54 KB

plotter-driver-components.md

File metadata and controls

42 lines (29 loc) · 1.54 KB
title description keywords ms.date
Plotter Driver Components
Plotter Driver Components
Plotter Driver WDK print , components
MSPlot WDK print , components
01/30/2023

Plotter Driver Components

[!includePrint Support Apps]

MSPlot components consist of DLLs and binary data files, as illustrated in the following diagram.

diagram illustrating how the msplot components consist of dlls and binary data files.

Components in the diagram include:

Application
A user application that provides users with printing capabilities.

gdi32.dll
User-mode DLL that exports Win32 GDI functions.

Kernel-Mode Graphics Engine
NT-based operating system executive code that implements GDI functionality.

Minidrivers
MSPlot minidrivers (.pcd files).

Cached .pcd file data
Minidriver data read from .pcd files.

plotui.dll
Plotter driver user interface DLL, providing common UI code for all MSPlot-supported printers.

compstui.dll
CPSUI user interface for printers.

plotter.dll
Plotter driver renderer, which renders images and sends the image data stream to the spooler.