How to call UMDF driver from App

Damon Pan 126 Reputation points
2025-05-08T06:57:11.54+00:00

Hi MSFT team,

I have a question about UMDF, need your help to comments, Thanks.

Background:

  • We want to dev a UMD driver (using UMDF2),
  • We want to use an App to call this UM driver.

Question:

  • The only interface the UDM exposed to App is via Win32 file I/O function, such as CreateFile, ReadFileEx, CancelIoEx, or DeviceIoControl, am I right?
  • Any possible that app can call the UMD directly, not via Win32 file I/O functions.
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
177 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.