Trait IWPCProviderConfig_Impl
pub trait IWPCProviderConfig_Impl: IUnknownImpl {
// Required methods
fn GetUserSummary(&self, bstrsid: &BSTR) -> Result<BSTR>;
fn Configure(&self, hwnd: HWND, bstrsid: &BSTR) -> Result<()>;
fn RequestOverride(
&self,
hwnd: HWND,
bstrpath: &BSTR,
dwflags: &WPCFLAG_RESTRICTION,
) -> Result<()>;
}
Required Methods§
fn GetUserSummary(&self, bstrsid: &BSTR) -> Result<BSTR>
fn Configure(&self, hwnd: HWND, bstrsid: &BSTR) -> Result<()>
fn RequestOverride( &self, hwnd: HWND, bstrpath: &BSTR, dwflags: &WPCFLAG_RESTRICTION, ) -> 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.