Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

200 lines
8.4 KiB

<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 10">
<meta name=Originator content="Microsoft Word 10">
<link rel=File-List href="pjlmon_files/filelist.xml">
<title>PJLmon</title>
<!--[if gte mso 9]><xml>
<w:WordDocument>
<w:SpellingState>Clean</w:SpellingState>
<w:GrammarState>Clean</w:GrammarState>
<w:Compatibility>
<w:ApplyBreakingRules/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
</w:WordDocument>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:536871559 0 0 0 415 0;}
@font-face
{font-family:"MS Sans Serif";
panose-1:0 0 0 0 0 0 0 0 0 0;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-format:other;
mso-font-pitch:variable;
mso-font-signature:3 0 0 0 1 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;
text-underline:single;}
p
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
pre
{margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
font-size:10.0pt;
font-family:"Courier New";
mso-fareast-font-family:"Times New Roman";}
span.SpellE
{mso-style-name:"";
mso-spl-e:yes;}
span.GramE
{mso-style-name:"";
mso-gram-e:yes;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";}
</style>
<![endif]-->
</head>
<body lang=EN-US link=blue vlink=blue style='tab-interval:.5in'>
<div class=Section1>
<h2><span class=SpellE><span style='font-family:Verdana'>PJLMon</span></span><span
style='font-family:Verdana'>: Sample Language Monitor<o:p></o:p></span></h2>
<h3><span style='font-family:Verdana'>SUMMARY<o:p></o:p></span></h3>
<p><span style='font-size:10.0pt;font-family:Verdana'>A language monitor
provides full duplex communication between the print spooler and <span
class=SpellE>bidirectional</span> printers that are capable of providing
software-accessible status information. The language monitor adds printer
control information, such as commands defined by a printer job language, to the
data stream. <o:p></o:p></span></p>
<p><span style='font-size:10.0pt;font-family:Verdana'>PJLMon.dll supports
Printer Job Language (PJL) and provides <span class=SpellE>bidirectional</span>
communication for PJL printers. <o:p></o:p></span></p>
<p><span style='font-size:10.0pt;font-family:Verdana'>Please refer to the DDK
documentation for more information about print monitors. <o:p></o:p></span></p>
<p><span style='font-size:10.0pt;font-family:Verdana'>This sample runs on the <span
class=GramE>x86 platform</span> and is 64-bit compliant. <o:p></o:p></span></p>
<h3><span style='font-family:Verdana'>BUILDING THE SAMPLE<o:p></o:p></span></h3>
<p><span style='font-size:10.0pt;font-family:Verdana'>To build the sample, run <b>build</b>
from this directory. Once built, the sample will produce the binary pjlmon.dll.
<o:p></o:p></span></p>
<p><span style='font-size:10.0pt;font-family:Verdana'>To install a language
monitor, its file name must be listed in an .<span class=SpellE>inf</span> file
by using a <span class=SpellE>LanguageMonitor</span> entry. This entry must be
included for every printer driver that controls a printer requiring the use of
the language monitor. All files required by the language monitor must be listed
in the <span class=SpellE>CopyFiles</span> entry for each driver. The file <span
class=SpellE>Pjlmon.inf</span> shows how to use the <span class=SpellE>LanguageMonitor</span>
entry.<o:p></o:p></span></p>
<h3><span style='font-family:Verdana'>CODE TOUR<o:p></o:p></span></h3>
<h4><span style='font-family:Verdana'>File Manifest<o:p></o:p></span></h4>
<pre><u>File<span style='mso-tab-count:2'>           </span>Description<o:p></o:p></u></pre><pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre><span
class=SpellE>Local.h</span> <span style='mso-tab-count:1'>       </span>Header for global declarations and function prototypes</pre><pre><span
class=SpellE>Makefile</span><span style='mso-tab-count:1'>       </span>Generic file for building the code sample</pre><pre><span
class=SpellE>Parsepjl.c</span><span style='mso-tab-count:1'>     </span>Source module that handles parsing of PJL printer response streams</pre><pre><span
class=SpellE>Parsepjl.h</span><span style='mso-tab-count:1'>     </span>Header for PARSEPJL.C </pre><pre><span
class=SpellE>Pjlmon.c</span><span style='mso-tab-count:1'>       </span>Source module that contains the exported functions</pre><pre><span
class=SpellE>Pjlmon.def</span><span style='mso-tab-count:1'>     </span>File that list the exported functions</pre><pre><span
class=SpellE>Pjlmon.inf</span><span style='mso-tab-count:1'>     </span><span
class=SpellE><span class=GramE>Inf</span></span> file that shows how to use the <span
class=SpellE>LanguageMonitor</span> entry</pre><pre><span class=SpellE>Pjlmon.rc</span><span
style='mso-tab-count:1'>      </span>Resource <span class=GramE>file</span> for the module</pre><pre><span
class=SpellE>Precomp.h</span><span style='mso-tab-count:1'>      </span>Header that includes the headers to pre-compile</pre><pre>Pjlmon.htm<span
style='mso-tab-count:1'>     </span>Documentation for this sample (this file)</pre><pre>Sources<span
style='mso-tab-count:2'>        </span>Generic file for building the code sample</pre><pre><span
class=SpellE>Spltypes.h</span><span style='mso-tab-count:1'>     </span>Header for PJLMON.C </pre><pre><span
class=SpellE>Util.c</span><span style='mso-spacerun:yes'>  </span><span
style='mso-tab-count:1'>       </span>The source module for utility routines</pre>
<p align=center style='text-align:center;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span
style='font-size:10.0pt;font-family:"Courier New"'><a href="#top"><span
style='font-family:Verdana'>Top of page</span></a></span><span
style='font-size:10.0pt;font-family:Verdana;mso-bidi-font-family:"Courier New"'>
<o:p></o:p></span></p>
<pre><o:p>&nbsp;</o:p></pre>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=624
style='width:6.5in;mso-cellspacing:0in;mso-padding-alt:0in 5.4pt 0in 5.4pt'>
<tr style='mso-yfti-irow:0;mso-yfti-lastrow:yes;height:1.5pt'>
<td style='background:aqua;padding:.75pt .75pt .75pt .75pt;height:1.5pt'>
<p class=MsoNormal><o:p>&nbsp;</o:p></p>
</td>
</tr>
</table>
<pre><o:p>&nbsp;</o:p></pre><pre><o:p>&nbsp;</o:p></pre>
<p style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span
style='font-size:7.5pt;font-family:"MS Sans Serif";mso-bidi-font-family:"Courier New"'>©
1999 Microsoft Corporation</span><span style='font-size:10.0pt;font-family:
Verdana;mso-bidi-font-family:"Courier New"'> <o:p></o:p></span></p>
</div>
</body>
</html>