Trait windows::Win32::System::Com::IInternalUnknown_Impl
pub trait IInternalUnknown_Impl: Sized {
// Required method
fn QueryInternalInterface(
&self,
riid: *const GUID,
ppv: *mut *mut c_void,
) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.