Hi all,
I’d like to roll FSCTL_xxx request on a file. How can I do it?
DDK documentation contains some information about rolling IOCTL_xxx
requests in kernel mode, but have nothing about FSCTL_xxx requests.
Where can I read about it?
I’d like to know what parameters do I need to fill in IRP and
IO_STACK_LOCATION?
I can’t use ZwDeviceIoControlFile because of open mode which was used
to open a file.
Thanks in advance
–
Roman Kudinov