ITransferDestination::Unadvise method
Terminates an advisory connection.
Syntax
HRESULT Unadvise(
[in] DWORD dwCookie
);
Parameters
- dwCookie [in]
-
Type: DWORD
A connection token previously returned from ITransferDestination::Advise. Identifies the connection to be terminated.
Return value
Type: HRESULT
Any HRESULTs other than those listed here 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 the ITransferDestination::Advise method.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: