This method gets whether speech recognition is enabled or disabled for a voice command site.
HRESULT EnabledGet( DWORD *dwEnabled );
When speech recognition is disabled, the engine does not recognize any command from any menu, whether speech recognition is awake or asleep or any menus are active. An application would use the IVCmdAttributes::EnabledSet method to allow the user to turn speech recognition completely off, as opposed to suspending speech recognition temporarily by putting the site to sleep.
The enabled state for a site is saved between uses of the site, even if the user shuts down the computer in the meantime.