pub trait IMDServiceProvider2_Impl: Sized + IMDServiceProvider_Impl {
    // Required method
    fn CreateDevice(
        &self,
        pwszdevicepath: &PCWSTR,
        pdwcount: *mut u32,
        pppdevicearray: *mut *mut Option<IMDSPDevice>
    ) -> Result<()>;
}

Required Methods§

fn CreateDevice( &self, pwszdevicepath: &PCWSTR, pdwcount: *mut u32, pppdevicearray: *mut *mut Option<IMDSPDevice> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§