Example #1
0
 public HRESULT UnregisterControlChangeNotify(IAudioEndpointVolumeCallback *pNotify)
 {
     return(((delegate * unmanaged <IAudioEndpointVolumeEx *, IAudioEndpointVolumeCallback *, int>)(lpVtbl[4]))((IAudioEndpointVolumeEx *)Unsafe.AsPointer(ref this), pNotify));
 }
 public int UnregisterControlChangeNotify([NativeTypeName("IAudioEndpointVolumeCallback *")] IAudioEndpointVolumeCallback *pNotify)
 {
     return(((delegate * unmanaged <IAudioEndpointVolume *, IAudioEndpointVolumeCallback *, int>)(lpVtbl[4]))((IAudioEndpointVolume *)Unsafe.AsPointer(ref this), pNotify));
 }