IMMNotificationClient::OnDeviceRemoved method
The OnDeviceRemoved method indicates that an audio endpoint device has been removed.
Syntax
HRESULT OnDeviceRemoved(
[in] LPCWSTR pwstrDeviceId
);
Parameters
- pwstrDeviceId [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.
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
For a code example that implements the OnDeviceRemoved method, see Device Events.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also