IVsDataObjectStringMapManager2.UnadviseChanges(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Implements
Remarks
You can get the dwCookie
value from the call to AdviseChanges.