Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 82a8be034ef45778a36e24db776f17cb > files > 59

polyml-doc-5.4.1-1.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
<title>Windows Interface Reference: Printing structure</title>
</head>

<body>

<h1>Printing </h1>

<p>The Printing structure contains functions to control a printer device context.</p>

<pre>structure Printing :
  sig
    type HDC
    type DOCINFO = { docName: string, output: string option, dType: string option}

    val <a
name="StartDoc">StartDoc</a> : HDC * DOCINFO -&gt; int
    val <a name="StartPage">StartPage</a> : HDC -&gt; unit
    val AbortDoc : HDC -&gt; unit
    val <a
name="EndDoc">EndDoc</a> : HDC -&gt; unit
    val <a name="EndPage">EndPage</a> : HDC -&gt; unit

    datatype WMPrintOption = 
		PRF_CHECKVISIBLE | PRF_NONCLIENT | PRF_CLIENT | PRF_ERASEBKGND |
		PRF_CHILDREN | PRF_OWNED
  end </pre>
</body>
</html>