Trait windows::Win32::System::AddressBook::IWABExtInit_Impl
pub trait IWABExtInit_Impl: Sized {
// Required method
fn Initialize(&self, lpwabextdisplay: *mut WABEXTDISPLAY) -> Result<()>;
}
Required Methods§
fn Initialize(&self, lpwabextdisplay: *mut WABEXTDISPLAY) -> Result<()>
Object Safety§
This trait is not object safe.