Enumerates errors of the IVsIME interface for the Input Method Editor (IME).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSIME_ERR
public enum VSIME_ERR
public enum class VSIME_ERR
type VSIME_ERR
public enum VSIME_ERR
Members
| Member name | Description | |
|---|---|---|
| ERRGALLOC | Error on allocating memory for the Input Method Editor(IME) font. Value is -4. | |
| ERRGETIMEINF | Error on attempt to get context for the Input Method Editor(IME) font. Value is -6. | |
| ERRGETIMEPROC | Not used. Value is -3. | |
| ERRGLOCK | Error on attempt to get a object for the Input Method Editor(IME) font. Value is -5. | |
| ERRIMPGETIMEPROC | Not used. Value is -10. | |
| ERRINVALIDHWND | Not used. Value is -11. | |
| ERRLDLIB | Not used. Value is -2. | |
| ERRNLSENABLEPROC | Not used. Value is -8. | |
| ERRSETIMEKEY | Not used. Value is -7. | |
| ERRWINNLSNOTFOUND | Not used. Value is -9. | |
| IMENORMAL | Normal successful return from setting the Input Method Editor(IME) font.Value is 0. | |
| IMENOTLD | Error indicating font not loaded for the Input Method Editor(IME). Value is -1. |
Remarks
COM Signature
From vsshell.idl: