Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Internals & Software Drivers | 19-23 June 2023 | Live, Online |
Writing WDF Drivers | 10-14 July 2023 | Live, Online |
Kernel Debugging | 16-20 October 2023 | Live, Online |
Developing Minifilters | 13-17 November 2023 | Live, Online |
Comments
Right, that's what I do, too. Just hake sure your initial KSJACK_DESCRIPTION structure shows unplugged. It should stay invisible until an ioctl turns it back on. That works for me. If your global KSJACK_DESCRIPTION starts out plugged, that would explain what you see.
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.
got it resolved, actually by default IsConnected was set to true now made it false , and setting it to true using Ioctl as per my requirement.
thanks.
Hello chauhan, I am also developing a Windows virtual Mic driver. I need to send the PCM data received by the upper-layer application to the virtual Mic driver through IOCTL. Other applications can receive the corresponding sound data when this virtual Mic is selected. See Everyone's discussion, I hope you can give me some help, is it convenient to contact me: [email protected]
What help do you need? How much code do you already have? This is not a free consulting service. It's a place to get advice.
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.