The OnDeviceAdded method indicates that a new audio endpoint device has been added.
public:
HRESULT OnDeviceAdded(
LPCWSTR pwstrDeviceId
)
pwstrDeviceId
Type: LPCWSTRÂ
[in]
Pointer to the endpoint ID string that identifies the audio endpoint device. This parameter points to a null-terminated, wide-character string containing the endpoint ID. The string remains valid for the duration of the call.
Type: HRESULTÂ
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Refer to WASAPI error codes.
For a code example that implements the OnDeviceAdded method, see Device Events.
Header: Declared in mmdeviceapi.h.
Library: Use MMDevApi.lib.