IVsRegisterFindScope.UnRegisterFindScope(UInt32) Method

Definition

Un-registers the specified find scope.

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

Parameters

dwCookie
UInt32

[in] Cookie of the registered find scope to be un-registered.

Returns

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

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsRegisterFindScope::UnRegisterFindScope(  
   [in] DWORD_PTR dwCookie  
);  

Applies to