IRemoteToolDevice::UnAdvise (Compact 2013)
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.