disabling sound card

  • Thread starter Thread starter europa68
  • Start date Start date
E

europa68

Can some one provide information on programmatically disabling a sound
card. Thanks.
 
Unless there's something about this in managed DirectX, there isn't any
managed object that will allow you to do this. You'll have to find an
unmanaged method of doing this, and use platform invoke to execute the
method. A good starting point is pinvoke.net.

However, if I ran a program that disabled my sound card without my explicit
permission (and good reason) I'd be pretty ticked off at the jerks who wrote
it. Can I ask why you believe you need to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top