Пример #1
0
        public int ElementList(out SoundControlElementList list)
        {
            int ret = SoundNativeMethods.SoundControlElementList(handle, out IntPtr ptr);

            list = new SoundControlElementList(ptr);
            return(ret);
        }