IFileOperation::Unadvise method (shobjidl_core.h)

Terminates an advisory connection previously established through IFileOperation::Advise.

Syntax

HRESULT Unadvise(
  [in] DWORD dwCookie
);

Parameters

[in] dwCookie

Type: DWORD

The connection token that identifies the connection to delete. This value was originally retrieved by Advise when the connection was made.

Return value

Type: HRESULT

Any value other than those listed here indicate a failure.

Return code Description
S_OK
The connection was terminated successfully.
CONNECT_E_NOCONNECTION
The value in dwCookie does not represent a valid connection.

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)

See also

IFileOperation

IFileOperation::Advise