ITransferSource::Unadvise method (shobjidl_core.h)
Terminates an advisory connection.
Syntax
HRESULT Unadvise(
[in] DWORD dwCookie
);
Parameters
[in] dwCookie
Type: DWORD
The connection token previously returned from method ITransferSource::Advise.
Return value
Type: HRESULT
Any HRESULTs other than listed indicate a failure.
Return code | Description |
---|---|
|
The connection was successfully terminated. |
|
The value in dwCookie does not represent a valid connection. |
Remarks
Terminates an advisory connection previously established through method ITransferSource::Advise. The dwCookie parameter identifies the connection to terminate.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |