Showing posts with label COM Interop. Show all posts
Showing posts with label COM Interop. Show all posts

Wednesday, October 28, 2009

How to increase sound level using C#

To increase sound level using C# first of all you should add line:

using System.Runtime.InteropServices;

to allow using COM Interop in your class.

Next we derlare two functions from an unmanaged DLL: