summaryrefslogtreecommitdiff
path: root/print/v4PrintDriverSamples/PrinterExtensionSample/README.md
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-25 07:54:18 -0700
committerGitHub <[email protected]>2019-09-25 07:54:18 -0700
commit2e237713e298495b141560a5e7c76d6b1efa0153 (patch)
tree552f09c62562d62e3b8f2701f223f6f53792403e /print/v4PrintDriverSamples/PrinterExtensionSample/README.md
parent16022c593787aef040b8a37ef697316e07f1322e (diff)
Diffstat (limited to 'print/v4PrintDriverSamples/PrinterExtensionSample/README.md')
-rw-r--r--print/v4PrintDriverSamples/PrinterExtensionSample/README.md20
1 files changed, 5 insertions, 15 deletions
diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md
index 5f9dfc36..043811a4 100644
--- a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md
+++ b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md
@@ -8,25 +8,15 @@ products:
- windows-wdk
---
-
-
-<!---
- name: Printer Extension Sample
- platform: Application
- language: cs
- category: Print
- description: Demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617945
---->
-
# Printer Extension Sample
This sample demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver. This .NET app uses PrintTicket, PrintCapabilities and Bidi in order to communicate with the print system and is suitable for inclusion in a v4 print driver.
-**Note** This sample is for the v4 print driver model.
+> [!NOTE]
+> This sample is for the v4 print driver model.
-# Related topics
+## Related topics
-[Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644)
+[Building a Driver with Visual Studio and the WDK](https://docs.microsoft.com/windows-hardware/drivers/develop/building-a-driver)
-[v4 Print Driver Interfaces and Enumerations](http://msdn.microsoft.com/en-us/library/hh464103(v=vs.85).aspx)
+[v4 Printer Driver](https://docs.microsoft.com/windows-hardware/drivers/print/v4-printer-driver)