#[repr(C)]pub struct IInternetZoneManagerEx2_Vtbl {
pub base__: IInternetZoneManagerEx_Vtbl,
pub GetZoneAttributesEx: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut ZONEATTRIBUTES, _: u32) -> HRESULT,
pub GetZoneSecurityState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: *mut u32, _: *mut BOOL) -> HRESULT,
pub GetIESecurityState: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut u32, _: *mut BOOL, _: BOOL) -> HRESULT,
pub FixUnsecureSettings: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInternetZoneManagerEx_Vtbl
§GetZoneAttributesEx: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut ZONEATTRIBUTES, _: u32) -> HRESULT
§GetZoneSecurityState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: *mut u32, _: *mut BOOL) -> HRESULT
§GetIESecurityState: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut u32, _: *mut BOOL, _: BOOL) -> HRESULT
§FixUnsecureSettings: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IInternetZoneManagerEx2_Vtbl
impl IInternetZoneManagerEx2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IInternetZoneManagerEx2_Vtblwhere
Identity: IInternetZoneManagerEx2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInternetZoneManagerEx2_Vtbl
impl RefUnwindSafe for IInternetZoneManagerEx2_Vtbl
impl Send for IInternetZoneManagerEx2_Vtbl
impl Sync for IInternetZoneManagerEx2_Vtbl
impl Unpin for IInternetZoneManagerEx2_Vtbl
impl UnwindSafe for IInternetZoneManagerEx2_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more