Hello All,
Is it possible to get TDI STACKSIZE in DriverEntry? I need to get the Stack size of TDI device stack to decide at run time if i can load my driver or not? This is the requirement because of TDI stack size limitations which allows to load max. 4 driver on the stack (because of AFD.sys client limitation). So I need to know the IRP stack size, maybe in DriverEntry, to make the decision about loading of my driver at run time.
Thanks
Abhay
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.
Hello,
Is it possible to get TDI STACKSIZE in DriverEntry? I need to get the Stack size of TDI device stack to decide at run time if i can load my driver or not? This is the requirement because of TDI stack size limitations which allows to load max. 4 driver on the stack (because of AFD.sys client limitation). So I need to know the Device stack size, maybe in DriverEntry, to make the decision about loading of my driver at run time. Thanks in advance for all the information.
Thanks
Abhay
Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.
This might help…
IoGetDeviceObjectPointer on the \Device\TCP or \Device\UDP and then check deviceobject->StackSize.