public string GetComponenets() { IntPtr ptr = SoundNativeMethods.SoundControlCardInfoGetComponents(handle); return(Marshal.PtrToStringAnsi(ptr)); }