IFileOperationUnadvise Method

Terminates an advisory connection previously established through Advise(IFileOperationProgressSink, UInt32)

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
HResult Unadvise(
	uint dwCookie
)

Parameters

dwCookie  UInt32
The connection token that identifies the connection to delete.

This value was originally retrieved by Advise(IFileOperationProgressSink, UInt32) when the connection was made.

Return Value

HResult
If this method succeeds, it returns S_OK. Otherwise, it returns an HResult error code.

See Also