Ejemplo n.º 1
0
        public int CardInfo(out SoundControlCardInfo info)
        {
            int ret = SoundNativeMethods.SoundControlCardInfo(handle, out IntPtr ptr);

            info = new SoundControlCardInfo(ptr);
            return(ret);
        }