Trait windows::Win32::System::Com::ISupportErrorInfo_Impl

pub trait ISupportErrorInfo_Impl: Sized {
    // Required method
    fn InterfaceSupportsErrorInfo(&self, riid: *const GUID) -> Result<()>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§