VSIME_ERR Enum

Definition

Enumerates errors of the IVsIME interface for the Input Method Editor (IME).

public enum class VSIME_ERR
public enum class VSIME_ERR
enum VSIME_ERR
public enum VSIME_ERR
type VSIME_ERR = 
Public Enum VSIME_ERR
Inheritance
VSIME_ERR

Fields

ERRGALLOC -4

Error on allocating memory for the Input Method Editor(IME) font. Value is -4.

ERRGETIMEINF -6

Error on attempt to get context for the Input Method Editor(IME) font. Value is -6.

ERRGETIMEPROC -3

Not used. Value is -3.

ERRGLOCK -5

Error on attempt to get a object for the Input Method Editor(IME) font. Value is -5.

ERRIMPGETIMEPROC -10

Not used. Value is -10.

ERRINVALIDHWND -11

Not used. Value is -11.

ERRLDLIB -2

Not used. Value is -2.

ERRNLSENABLEPROC -8

Not used. Value is -8.

ERRSETIMEKEY -7

Not used. Value is -7.

ERRWINNLSNOTFOUND -9

Not used. Value is -9.

IMENORMAL 0

Normal successful return from setting the Input Method Editor(IME) font.Value is 0.

IMENOTLD -1

Error indicating font not loaded for the Input Method Editor(IME). Value is -1.

Remarks

COM Signature

From vsshell.idl:

Applies to