ITextHost::TxImmReleaseContext method (textserv.h)

Releases an input context returned by the ITextHost::TxImmGetContext method and unlocks the memory associated with the context.

This method is used only in Asian-language versions of the operating system.

Syntax

void TxImmReleaseContext(
  [in] HIMC himc
);

Parameters

[in] himc

Type: HIMC

The input context.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header textserv.h
DLL Msftedit.dll

See also

Conceptual

ITextHost

Reference

TxImmGetContext

Windowless Rich Edit Controls