IAudioClient2::UnregisterXboxVolumeNotificationCallback Method

Unregisters an Xbox One volume notification callback function for the title.

Syntax

public:
HRESULT UnregisterXboxVolumeNotificationCallback(
         void
)  

Parameters

Type: void 

None

Return value

Type: HRESULT 

UnregisterXboxVolumeNotificationCallback returns S_OK to indicate that it has completed successfully. Otherwise it returns an appropriate error code. See WASAPI Error Codes.

Requirements

Header: Declared in audioclient.h.

Library: Use mmdevapi.lib.

See also

IAudioClient2

IAudioClient2 Members