예제 #1
0
        public string GetName(uint idx)
        {
            IntPtr ptr = SoundNativeMethods.SoundControlElementListGetName(handle, idx);

            return(Marshal.PtrToStringAnsi(ptr));
        }