ITfLangBarItemMgr::UnadviseItemsSink method (ctfutb.h)

Removes one or more language bar item event sinks.

Syntax

HRESULT UnadviseItemsSink(
  [in] ULONG ulCount,
  [in] DWORD *pdwCookie
);

Parameters

[in] ulCount

Contains the number of advise sinks to install.

[in] pdwCookie

Pointer to an array of DWORDs that identify the advise sinks to remove. These cookies are obtained when the advise sinks are installed with ITfLangBarItemMgr::AdviseItemSink or ITfLangBarItemMgr::AdviseItemsSink. This array must be at least ulCount elements in length.

Return value

This method has no return values.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ctfutb.h
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfLangBarItemMgr

ITfLangBarItemMgr::AdviseItemSink

ITfLangBarItemMgr::AdviseItemsSink