G
Guest
Guest
Archived from groups: microsoft.public.windowsxp.device_driver.dev (More info?)
Hi,
how can i open a device driver in a windows application?
it seems that you can do that with the win32 function CreateFile, but where
can i find the filename that i have to supply? is there a list of device
driver file strings somewhere on my system that i can consult?
apart from that, after looking in MSDN i found that there is also
NtOpenFile, NtCreateFile, ZwOpenFile and ZwCreateFile, but i believe the
last 2 are only for use in kernel mode.
which of those functions should i use?
sorry if these are silly questions. i have programmed device drivers on
linux and BeOS, but windows device drivers seem a lot harder to understand.
kind regards,
Bruno.
Hi,
how can i open a device driver in a windows application?
it seems that you can do that with the win32 function CreateFile, but where
can i find the filename that i have to supply? is there a list of device
driver file strings somewhere on my system that i can consult?
apart from that, after looking in MSDN i found that there is also
NtOpenFile, NtCreateFile, ZwOpenFile and ZwCreateFile, but i believe the
last 2 are only for use in kernel mode.
which of those functions should i use?
sorry if these are silly questions. i have programmed device drivers on
linux and BeOS, but windows device drivers seem a lot harder to understand.
kind regards,
Bruno.