VSIME_ERR Enumeration
Visual Studio 2015
Enumerates errors of the IVsIME interface for the Input Method Editor (IME).
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| 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. |
From vsshell.idl:
Show: