// wdm.h
NTSTATUS IoValidateDeviceIoControlAccess(
[in] PIRP Irp,
[in] ULONG RequiredAccess
);
View the official Windows Driver Kit DDI reference
No description available.
For more information, see the WdmlibIoValidateDeviceIoControlAccess function.
Irp
[in]For more information, see the WdmlibIoValidateDeviceIoControlAccess function.
RequiredAccess
[in]For more information, see the WdmlibIoValidateDeviceIoControlAccess function.
For more information, see the WdmlibIoValidateDeviceIoControlAccess function.