Trait windows::Win32::Web::InternetExplorer::IOpenService_Impl

pub trait IOpenService_Impl: Sized {
    // Required methods
    fn IsDefault(&self) -> Result<BOOL>;
    fn SetDefault(&self, fdefault: BOOL, hwnd: HWND) -> Result<()>;
    fn GetID(&self) -> Result<BSTR>;
}

Required Methods§

fn IsDefault(&self) -> Result<BOOL>

fn SetDefault(&self, fdefault: BOOL, hwnd: HWND) -> Result<()>

fn GetID(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§