Trait IWMClientConnections2_Impl
pub trait IWMClientConnections2_Impl: IWMClientConnections_Impl {
// Required method
fn GetClientInfo(
&self,
dwclientnum: u32,
pwsznetworkaddress: PWSTR,
pcchnetworkaddress: *mut u32,
pwszport: PWSTR,
pcchport: *mut u32,
pwszdnsname: PWSTR,
pcchdnsname: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetClientInfo( &self, dwclientnum: u32, pwsznetworkaddress: PWSTR, pcchnetworkaddress: *mut u32, pwszport: PWSTR, pcchport: *mut u32, pwszdnsname: PWSTR, pcchdnsname: *mut u32, ) -> 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.