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.
|
|
<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: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-alt:"Times New Roman"; mso-font-charset:0; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:auto; mso-font-signature:0 0 0 0 0 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;} p {font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} pre {margin-top:0in; margin-bottom:0in; margin-bottom:.0001pt; font-size:10.0pt; font-family:"Courier New"; mso-fareast-font-family:"Times New Roman";} 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 style='font-family:Verdana'>PJLMon: Sample Language Monitor<o:p></o:p></span></h2>
<p><span style='font-size:10.0pt;font-family:Arial;color:red'>[This is preliminary documentation and subject to change.]</span><span style='font-size: 10.0pt;font-family:Verdana'><o:p></o:p></span></p>
<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 a full duplex communications path between the print spooler and bidirectional printers that are capable of providing software-accessible status information and 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 bidirectional 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'>The code must be built using the build environment shipped with the DDK. To build the sample, run <b>build</b> from this directory. The DLL will be placed in the i386 platform directory. <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 .inf file by using a LanguageMonitor entry. This entry must be included for every printer driver that controls a printer requiring the use of the language monitor. <o:p></o:p></span></p>
<p><span style='font-size:10.0pt;font-family:Verdana'>Once built, the sample will produce four binaries: Pjlmon.dll, Pjlmon.lib (an export lib), Pjlmon.exp, and, if the sample is built in a checked environment, Pjlmon.pdb. <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> </o:p></pre><pre><o:p> </o:p></pre><pre>Local.h<span style='mso-tab-count:1'> </span> <span style='mso-tab-count:1'>������ </span>Header for global declarations and function prototypes<o:p></o:p></pre><pre>Makefile<span style='mso-tab-count:1'>������ </span>Generic file for building the code sample<o:p></o:p></pre><pre>Parsepjl.c<span style='mso-tab-count:1'>���� </span>Source module that handles parsing of PJL printer response streams<o:p></o:p></pre><pre>Parsepjl.h<span style='mso-tab-count:1'>���� </span>Header for PARSEPJL.C <o:p></o:p></pre><pre>Pjlmon.c<span style='mso-tab-count:1'>������ </span>Source module that contains the exported functions<o:p></o:p></pre><pre>Pjlmon.def<span style='mso-tab-count:1'>���� </span>File that list the exported functions<o:p></o:p></pre><pre>Pjlmon.rc<span style='mso-tab-count:1'>����� </span>Resource <span class=GramE>file</span> for the module<o:p></o:p></pre><pre>Precomp.h<span style='mso-tab-count:1'>����� </span>Header that includes the headers to pre-compile<o:p></o:p></pre><pre>Pjlmon.htm<span style='mso-tab-count:1'>���� </span>Documentation for this sample (this file)<o:p></o:p></pre><pre>Sources<span style='mso-tab-count:1'> </span> <span style='mso-tab-count:1'>������ </span>Generic file for building the code sample<o:p></o:p></pre><pre>Spltypes.h<span style='mso-tab-count:1'>���� </span>Header for PJLMON.C <o:p></o:p></pre><pre>Util.c<span style='mso-tab-count:1'>� </span> <span style='mso-tab-count:1'>������ </span>The source module for utility routines<o:p></o:p></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> </o:p></pre>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=624 style='width:6.5in;mso-cellspacing:0in'> <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> </o:p></p> </td> </tr> </table>
<pre><o:p> </o:p></pre><pre><o:p> </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>
|