pub trait IWMClientConnections2_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§