Trait IWbemAddressResolution_Impl
pub trait IWbemAddressResolution_Impl: IUnknownImpl {
// 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<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.