windows::Win32::UI::TextServices

Trait IAccClientDocMgr_Impl

pub trait IAccClientDocMgr_Impl: IUnknownImpl {
    // Required methods
    fn GetDocuments(&self) -> Result<IEnumUnknown>;
    fn LookupByHWND(&self, hwnd: HWND, riid: *const GUID) -> Result<IUnknown>;
    fn LookupByPoint(&self, pt: &POINT, riid: *const GUID) -> Result<IUnknown>;
    fn GetFocused(&self, riid: *const GUID) -> Result<IUnknown>;
}

Required Methods§

fn GetDocuments(&self) -> Result<IEnumUnknown>

fn LookupByHWND(&self, hwnd: HWND, riid: *const GUID) -> Result<IUnknown>

fn LookupByPoint(&self, pt: &POINT, riid: *const GUID) -> Result<IUnknown>

fn GetFocused(&self, riid: *const GUID) -> Result<IUnknown>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§