IFileOperationUnadvise Method
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Function Unadvise (
dwCookie As UInteger
) As HResult
Dim instance As IFileOperation
Dim dwCookie As UInteger
Dim returnValue As HResult
returnValue = instance.Unadvise(dwCookie)
HResult Unadvise(
unsigned int dwCookie
)
abstract Unadvise :
dwCookie : uint32 -> HResult
No code example is currently available or this language may not be supported.
- 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.
HResult
If this method succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.