IMMXboxDeviceEnumerator::UnregisterChannelCountNotificationCallback Method

Unregisters an IMMXboxNotificationClient callback interface.

Syntax

public:
HRESULT UnregisterChannelCountNotificationCallback(
         IMMXboxNotificationClient *pClient
)  

Parameters

pClient
Type: IMMXboxNotificationClient *

[in] Pointer to the IMMXboxNotificationClient callback interface.

Return value

Type: HRESULT 

A success or error code.

Refer to WASAPI error codes.

Requirements

Header: Declared in mmdeviceapi.h.

Library: Use MMDevApi.lib.

See also

IMMXboxDeviceEnumerator

IMMXboxDeviceEnumerator Members