pub trait IRemoteComputer_Impl: Sized {
    // Required method
    fn Initialize(&self, pszmachine: &PCWSTR, benumerating: BOOL) -> Result<()>;
}

Required Methods§

fn Initialize(&self, pszmachine: &PCWSTR, benumerating: BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§