summaryrefslogtreecommitdiff
path: root/general/ioctl
diff options
context:
space:
mode:
Diffstat (limited to 'general/ioctl')
-rw-r--r--general/ioctl/kmdf/README.md2
-rw-r--r--general/ioctl/wdm/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/general/ioctl/kmdf/README.md b/general/ioctl/kmdf/README.md
index 12135ae4..7f99b367 100644
--- a/general/ioctl/kmdf/README.md
+++ b/general/ioctl/kmdf/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates how to write a non-PnP driver using the Kernel Mode Driver Framework."
languages:
- cpp
diff --git a/general/ioctl/wdm/README.md b/general/ioctl/wdm/README.md
index ccd82f2f..0f1fb3b2 100644
--- a/general/ioctl/wdm/README.md
+++ b/general/ioctl/wdm/README.md
@@ -1,5 +1,5 @@
---
-topic: sample
+page_type: sample
description: "Demonstrates usage of four different types of IOCTLs."
languages:
- cpp