A
ajay
Hi All,
I have a usb driver running in Windows ME but when i type something in
console prompt then either system crashes or console crashes. Exact
steps are given below.
1) Plug in a usb modem.
2) Go to start->Run->Type command->Enter
3) Command prompt opens. Type something in command prompt. 4) Either
system crashes or console crashes.
I have come to know that crash occurs near the function where i queues
a work item in a system worker thread. I am using the standard
functions "IoAllocateWorkItem()","IoQueueWorkItem()" and
"IoFreeWorkItem()" functions to queue the work item. The function
which queues the work item is running at DISPATCH LEVEL and obviously
the callback function is running at PASSIVE LEVEL.
How can i queue the work item without the console crash?
Any help will be greatly appreciated.
Thanks a lot,
Ajay
I have a usb driver running in Windows ME but when i type something in
console prompt then either system crashes or console crashes. Exact
steps are given below.
1) Plug in a usb modem.
2) Go to start->Run->Type command->Enter
3) Command prompt opens. Type something in command prompt. 4) Either
system crashes or console crashes.
I have come to know that crash occurs near the function where i queues
a work item in a system worker thread. I am using the standard
functions "IoAllocateWorkItem()","IoQueueWorkItem()" and
"IoFreeWorkItem()" functions to queue the work item. The function
which queues the work item is running at DISPATCH LEVEL and obviously
the callback function is running at PASSIVE LEVEL.
How can i queue the work item without the console crash?
Any help will be greatly appreciated.
Thanks a lot,
Ajay