IVsRunningDocumentTable.UnadviseRunningDocTableEvents(UInt32) Method

Definition

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

COM Signature

From vsshell.idl:

HRESULT IVsRunningDocumentTable::UnadviseRunningDocTableEvents(  
   [in] VSCOOKIE dwCookie  
);  

The dwCookie parameter is the same cookie returned by the call to the AdviseRunningDocTableEvents method.

Applies to