IVsRegisterFindScope.UnRegisterFindScope(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.
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
);