예제 #1
0
 public void Copy(ref SoundControlEvent obj)
 {
     SoundNativeMethods.SoundControlElementIdCopy(handle, obj.handle);
 }
예제 #2
0
 public int Read(SoundControlEvent evt)
 {
     return(SoundNativeMethods.SoundControlRead(handle, evt.handle));
 }