Trait windows::Win32::Data::Xml::MsXml::IXMLHTTPRequest3_Impl

pub trait IXMLHTTPRequest3_Impl: Sized + IXMLHTTPRequest2_Impl {
    // Required method
    fn SetClientCertificate(
        &self,
        cbclientcertificatehash: u32,
        pbclientcertificatehash: *const u8,
        pwszpin: &PCWSTR
    ) -> Result<()>;
}

Required Methods§

fn SetClientCertificate( &self, cbclientcertificatehash: u32, pbclientcertificatehash: *const u8, pwszpin: &PCWSTR ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§