Metodo ITfConfigureSystemKeystrokeFeed::D isableSystemKeystrokeFeed (msctf.h)
Impedisce al gestore TSF di elaborare le sequenze di tasti.
Sintassi
HRESULT DisableSystemKeystrokeFeed();
Valore restituito
Questo metodo può restituire uno di questi valori.
Valore | Descrizione |
---|---|
|
Il metodo è stato eseguito correttamente. |
Commenti
Per impostazione predefinita, il gestore TSF elabora le sequenze di tasti e li passa ai servizi di testo. Un'applicazione impedisce questa operazione chiamando questo metodo. In genere, questo metodo viene chiamato quando l'input del servizio di testo non è appropriato, ad esempio quando viene visualizzato un menu.
Le chiamate a questo metodo sono cumulative, quindi ogni chiamata a questo metodo richiede una chiamata successiva a ITfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed.
Requisiti
Client minimo supportato | Windows 2000 Professional [app desktop | App UWP] |
Server minimo supportato | Windows 2000 Server [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | msctf.h |
DLL | Msctf.dll |
Componente ridistribuibile | TSF 1.0 in Windows 2000 Professional |
Vedi anche
Interfaccia ITfConfigureSystemKeystrokeFeed, ITfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed