Struct IInternetZoneManager_Vtbl
#[repr(C)]pub struct IInternetZoneManager_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub GetZoneAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut ZONEATTRIBUTES) -> HRESULT,
pub SetZoneAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const ZONEATTRIBUTES) -> HRESULT,
pub GetZoneCustomPolicy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut *mut u8, _: *mut u32, _: URLZONEREG) -> HRESULT,
pub SetZoneCustomPolicy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const u8, _: u32, _: URLZONEREG) -> HRESULT,
pub GetZoneActionPolicy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u8, _: u32, _: URLZONEREG) -> HRESULT,
pub SetZoneActionPolicy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const u8, _: u32, _: URLZONEREG) -> HRESULT,
pub PromptAction: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HWND, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
pub LogAction: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
pub CreateZoneEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: u32) -> HRESULT,
pub GetZoneAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u32) -> HRESULT,
pub DestroyZoneEnumerator: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub CopyTemplatePoliciesToZone: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetZoneAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut ZONEATTRIBUTES) -> HRESULT§SetZoneAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const ZONEATTRIBUTES) -> HRESULT§GetZoneCustomPolicy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut *mut u8, _: *mut u32, _: URLZONEREG) -> HRESULT§SetZoneCustomPolicy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const u8, _: u32, _: URLZONEREG) -> HRESULT§GetZoneActionPolicy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u8, _: u32, _: URLZONEREG) -> HRESULT§SetZoneActionPolicy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const u8, _: u32, _: URLZONEREG) -> HRESULT§PromptAction: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HWND, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT§LogAction: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT§CreateZoneEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: u32) -> HRESULT§GetZoneAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u32) -> HRESULT§DestroyZoneEnumerator: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§CopyTemplatePoliciesToZone: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULTImplementations§
§impl IInternetZoneManager_Vtbl
impl IInternetZoneManager_Vtbl
pub const fn new<Identity: IInternetZoneManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInternetZoneManager_Vtbl
impl RefUnwindSafe for IInternetZoneManager_Vtbl
impl Send for IInternetZoneManager_Vtbl
impl Sync for IInternetZoneManager_Vtbl
impl Unpin for IInternetZoneManager_Vtbl
impl UnwindSafe for IInternetZoneManager_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