using System.Runtime.InteropServices; namespace SpeechLib { [TypeLibType(16)] public enum SPVPRIORITY { SPVPRI_NORMAL, SPVPRI_ALERT, SPVPRI_OVER } }