summaryrefslogtreecommitdiff
path: root/prm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'prm/README.md')
-rw-r--r--prm/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/prm/README.md b/prm/README.md
new file mode 100644
index 00000000..3475d78e
--- /dev/null
+++ b/prm/README.md
@@ -0,0 +1,17 @@
+---
+page_type: sample
+description: "Demonstrates how to write a KMDF driver to utlize the Windows Platform Runtime Mechanism (PRM) direct-call interface."
+languages:
+- cpp
+products:
+- windows
+- windows-wdk
+---
+
+# PrmFunc sample application
+
+The *PRMFunc* sample demonstrates how to write a KMDF driver to utlize the Windows Platform Runtime Mechanism (PRM) direct-call interface.
+
+## Related topics
+
+[Platform Runtime Mechanism Specification](https://uefi.org/sites/default/files/resources/Platform%20Runtime%20Mechanism%20-%20with%20legal%20notice.pdf/)