VSIME_ERR Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
ERRINVALIDHWND | -11 | Not used. Value is -11. |
ERRIMPGETIMEPROC | -10 | Not used. Value is -10. |
ERRWINNLSNOTFOUND | -9 | Not used. Value is -9. |
ERRNLSENABLEPROC | -8 | Not used. Value is -8. |
ERRSETIMEKEY | -7 | Not used. Value is -7. |
ERRGETIMEINF | -6 | Error on attempt to get context for the Input Method Editor(IME) font. Value is -6. |
ERRGLOCK | -5 | Error on attempt to get a object for the Input Method Editor(IME) font. Value is -5. |
ERRGALLOC | -4 | Error on allocating memory for the Input Method Editor(IME) font. Value is -4. |
ERRGETIMEPROC | -3 | Not used. Value is -3. |
ERRLDLIB | -2 | Not used. Value is -2. |
IMENOTLD | -1 | Error indicating font not loaded for the Input Method Editor(IME). Value is -1. |
IMENORMAL | 0 | Normal successful return from setting the Input Method Editor(IME) font.Value is 0. |
Remarks
COM Signature
From vsshell.idl: