コード例 #1
0
ファイル: SoundHelper.cs プロジェクト: crojewsk/sALSA
        public static string GetName(this SoundControlElementIface iface)
        {
            IntPtr ptr = SoundNativeMethods.SoundControlElementIfaceName(iface);

            return(Marshal.PtrToStringAnsi(ptr));
        }