IVsRunningDocumentTable.UnadviseRunningDocTableEvents(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.
Disables the client from receiving notifications of changes to the RDT.
public:
int UnadviseRunningDocTableEvents(System::UInt32 dwCookie);
public:
int UnadviseRunningDocTableEvents(unsigned int dwCookie);
int UnadviseRunningDocTableEvents(unsigned int dwCookie);
public int UnadviseRunningDocTableEvents (uint dwCookie);
abstract member UnadviseRunningDocTableEvents : uint32 -> int
Public Function UnadviseRunningDocTableEvents (dwCookie As UInteger) As Integer
Parameters
- dwCookie
- UInt32
[in] Abstract value that identifies the client that is to be disabled from receiving RDT events. See Remarks.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method is safe to access from any thread.