IVsDataObjectStringMapManager.UnadviseChanges(UInt32) Method

Definition

Removes the listener.

public:
 int UnadviseChanges(System::UInt32 dwCookie);
public:
 int UnadviseChanges(unsigned int dwCookie);
int UnadviseChanges(unsigned int dwCookie);
public int UnadviseChanges (uint dwCookie);
abstract member UnadviseChanges : uint32 -> int
Public Function UnadviseChanges (dwCookie As UInteger) As Integer

Parameters

dwCookie
UInt32

[in] An unsigned integer that identifies the listener to remove.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

You can get the dwCookie value from the call to AdviseChanges.

Applies to