pub trait ICoreWebView2StringCollection: IUnknown {
// Required methods
unsafe fn get_count(&self, value: *mut u32) -> HRESULT;
unsafe fn get_value_at_index(
&self,
index: u32,
value: *mut LPWSTR,
) -> HRESULT;
}
Expand description
A collection of strings.
Required Methods§
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2StringCollection
impl ComInterface for dyn ICoreWebView2StringCollection
Source§type VTable = ICoreWebView2StringCollectionVTable
type VTable = ICoreWebView2StringCollectionVTable
A COM compatible V-Table
Source§fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
Check whether a given IID is in the inheritance hierarchy of this interface