Trait windows::Win32::UI::TextServices::IAccServerDocMgr_Impl

pub trait IAccServerDocMgr_Impl: Sized {
    // Required methods
    fn NewDocument(
        &self,
        riid: *const GUID,
        punk: Option<&IUnknown>,
    ) -> Result<()>;
    fn RevokeDocument(&self, punk: Option<&IUnknown>) -> Result<()>;
    fn OnDocumentFocus(&self, punk: Option<&IUnknown>) -> Result<()>;
}

Required Methods§

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

fn RevokeDocument(&self, punk: Option<&IUnknown>) -> Result<()>

fn OnDocumentFocus(&self, punk: Option<&IUnknown>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§