summaryrefslogtreecommitdiff
path: root/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/ReadMe.md
diff options
context:
space:
mode:
authorJ M Rossy <[email protected]>2015-08-12 11:56:39 -0700
committerJ M Rossy <[email protected]>2015-08-12 11:57:59 -0700
commit877c5ae528738cbf968b953e07a40e6d64af6382 (patch)
tree146c8e5e31e0e2d7e916338c8054b13bbcf3f092 /print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/ReadMe.md
parent93217010e0c3d492c432fbccb167f6070775ba36 (diff)
Rename README.md files to standardize casing
Diffstat (limited to 'print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/ReadMe.md')
-rw-r--r--print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/ReadMe.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/ReadMe.md b/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/ReadMe.md
deleted file mode 100644
index 71a6f72b..00000000
--- a/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/ReadMe.md
+++ /dev/null
@@ -1,23 +0,0 @@
-Print Driver Constraints Sample
-===============================
-
-This sample demonstrates how to implement advanced constraint handling, and also PrintTicket/PrintCapabilities handling using JavaScript.
-
-The Constraints.js file in this sample demonstrates the implementation of JavaScript-based constraints to be used with a v4 print driver. The file implements the following two of the four functions used by JavaScript constraint files, as well as several helper functions:
-
-- **ValidatePrintTicket** takes a given [IPrintSchemaTicket](http://msdn.microsoft.com/en-us/library/hh451398(v=vs.85).aspx) object and validates it for the current printer. The function may determine that the Print Ticket was already valid, modify the Print Ticket to make it valid, or determine that the Print Ticket is invalid and could not be made valid.
-- **CompletePrintCapabilities** takes a given **IPrintSchemaTicket** object and the [IPrintSchemaCapabilities](http://msdn.microsoft.com/en-us/library/hh451256(v=vs.85).aspx) object that was produced by the configuration module and augments it as needed. This can be used to establish positive constraint situations.
-
-This sample does not demonstrate **ConvertPrintTicketToDevMode** or **ConvertDevModeToPrintTicket**, which utilize a property bag to store data in the private section of the DEVMODE structure.
-
-**Note** This sample is for the v4 print driver model.
-
-Related topics
---------------
-
-[Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644)
-
-[IPrintSchemaCapabilities](http://msdn.microsoft.com/en-us/library/hh451256(v=vs.85).aspx)
-
-[IPrintSchemaTicket](http://msdn.microsoft.com/en-us/library/hh451398(v=vs.85).aspx)
-