Ejemplo n.º 1
0
        public void GetId(out SoundControlElementId elem)
        {
            IntPtr ptr;

            SoundNativeMethods.SoundControlElementInfoGetId(handle, out ptr);
            elem = new SoundControlElementId(ptr);
        }