pub trait ITfConfigureSystemKeystrokeFeed_Impl: Sized {
    // Required methods
    fn DisableSystemKeystrokeFeed(&self) -> Result<()>;
    fn EnableSystemKeystrokeFeed(&self) -> Result<()>;
}

Required Methods§

fn DisableSystemKeystrokeFeed(&self) -> Result<()>

fn EnableSystemKeystrokeFeed(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§