Trait windows::Win32::System::Wmi::IWbemAddressResolution_Impl

pub trait IWbemAddressResolution_Impl: Sized {
    // Required method
    fn Resolve(
        &self,
        wsznamespacepath: &PCWSTR,
        wszaddresstype: PWSTR,
        pdwaddresslength: *mut u32,
        pabbinaryaddress: *mut *mut u8,
    ) -> Result<()>;
}

Required Methods§

fn Resolve( &self, wsznamespacepath: &PCWSTR, wszaddresstype: PWSTR, pdwaddresslength: *mut u32, pabbinaryaddress: *mut *mut u8, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§