Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Unregisters the callback registered by IRemoteToolDevice::Advise.
Syntax
HRESULT UnAdvise([in] DWORD_PTR lContext)
Parameters
- lContext
The index of the sink interface in the context of the associated device, obtained from IRemoteToolDevice::Advise.
Return Value
ERROR_INVALID_DATA if lContext is not a valid context.
S_OK if success.