pub trait IMFNetProxyLocatorFactory_Impl: Sized {
    // Required method
    fn CreateProxyLocator(
        &self,
        pszprotocol: &PCWSTR
    ) -> Result<IMFNetProxyLocator>;
}

Required Methods§

fn CreateProxyLocator(&self, pszprotocol: &PCWSTR) -> Result<IMFNetProxyLocator>

Object Safety§

This trait is not object safe.

Implementors§